Events
Retrieve event
Retrieves an event by ID.
get/api/v1/events/{id}
Path parameters
idstring required
Response
The event
Example response
{
"id": "evt_1234567890",
"createdAt": "2026-03-25T00:00:00Z",
"source": {
"id": "ci_1234567890"
}
}