Skip to main content
GET
List events

Authorizations

Authorization
string
header
required

Secret key (sk_live_...)

Query Parameters

type
string[]

Filter by event type (e.g. task_run.completed, credential.verified).

created_after
string<date-time>

Return events created after this timestamp (ISO 8601).

created_before
string<date-time>

Return events created before this timestamp (ISO 8601).

limit

Maximum number of items to return (1-100, default 20)

cursor
string

Cursor from a previous response for pagination.

Response

OK

data
object[]

Array of resource objects for the current page.

has_more
boolean

true if there are more results beyond this page.

next_cursor
null | string

Opaque cursor string to pass as the cursor query parameter on the next request. null when there are no more pages.

request_id
null | string

Unique identifier for the API request.