Events

Retrieve an event

Returns a single event by ID, including its full data payload.

get/events/{event_id}

Path parameters

event_idstring required

Unique identifier for the event (prefixed with evt_).

Response

OK

idstring required

Unique identifier for the event, prefixed with evt_.

objectstring required

Always event.

typestring required

Event type (e.g. task_run.completed, credential.verified).

{"stackTrail":"components:schemas:JsonElement","oasType":"schema","type":"unknown","description":"Arbitrary JSON value."}
created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

request_idstring nullable required

Unique identifier for the API request. Include this when contacting support.

Changes