audit-log
GET /v1/orgs/:slug/events — list audit events (Admin+). Pinned to the `audit` category server-side: lifecycle (system/internal) events are never returned here, whatever the query says.
get/v1/orgs/{slug}/events
Path parameters
slugstring required
Organization slug
Query parameters
event_typestring nullable
Filter by event type (e.g. "api_key_created").
sincestring date-time nullable
Only return events at or after this timestamp.
untilstring date-time nullable
Only return events at or before this timestamp.
cursorstring nullable
Opaque cursor from a previous response.
limitinteger nullable
Number of items to return (default: 20, max: 100).
Response
Paginated list of audit events
Changes
No recorded changes to this endpoint across all 1 revision of this API.