List audit events
Returns enterprise audit events for the authenticated organization, with optional CSV, Snowflake NDJSON, or Splunk NDJSON export formats.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Query Parameters
Page number of the result set. The first page is 1.
x >= 1Maximum number of events per page. The default is 50 and the maximum is 1000.
1 <= x <= 1000Return only events with this action name, for example scan.created.
Return only events about this resource type, for example scan or vulnerability.
Return only events performed by this actor (user or token) ID.
Return only events that occurred at or after this time (ISO 8601).
Plain YYYY-MM-DD values include the full UTC day. Full ISO datetimes are exact upper bounds.
Response format. json returns a paginated JSON page. The other values return a file export of matching events.
json, csv, ndjson, jsonl, snowflake, splunk When true with an export format, stream all matching audit events instead of a single page.