Events

List events

Returns a paginated list of events. Supports filtering by event type.

get/events

Query parameters

typestring[]

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

created_afterstring date-time

Return events created after this timestamp (ISO 8601).

created_beforestring date-time

Return events created before this timestamp (ISO 8601).

integer
OR
string int32

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

cursorstring

Cursor from a previous response for pagination.

Response

OK

has_moreboolean

true if there are more results beyond this page.

next_cursorstring nullable

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

request_idstring nullable

Unique identifier for the API request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.