List audit events

View as Markdown

Returns events scoped to the caller’s tenant_id (enforced by the JWT). Maximum 1000 events per page; use cursor for pagination.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

workflow_idstringOptional
Filter by workflow
event_typestringOptional
Filter by event type
sincedatetimeOptional
untildatetimeOptional
cursorstringOptional
limitintegerOptional<=1000Defaults to 100

Response

Page of audit events
eventslist of objects
next_cursorstring or null