Events API
2 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/events/ |
List Events Query: aggregate_type, aggregate_id, event_type, actor_id, since, until. |
GET |
/api/events/stats |
Event Stats |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.