Skip to main content
GET
Search

Authorizations

Authorization
string
header
required

API token from the Control Room. Include as Authorization: Bearer <token>

Query Parameters

begin
string<date-time> | null

Filter by event timestamp (start)

end
string<date-time> | null

Filter by event timestamp (end)

user_ids
string[] | null

User IDs to filter by (max 25)

Maximum array length: 25
category
string | null

Category subtree to filter by

ingested_begin
string<date-time> | null

Filter by ingestion timestamp (start)

ingested_end
string<date-time> | null

Filter by ingestion timestamp (end)

Body

application/json
Maximum array length: 25

Response

Successful Response

job_id
string
status
enum<string>
Available options:
RUNNING,
COMPLETED,
FAILED