List audit logs
Retrieves CADF-compliant audit log events with filtering, search, and pagination via query parameters. Most filter dimensions accept either a single value (singular parameter, e.g. action) or a JSON-encoded array of values (plural parameter, e.g. actions); when both are supplied the plural array takes precedence.
Query parameters
Page number for offset-based pagination (default 1).
Number of events to return per page (default 100, max 1000).
Opaque cursor for cursor-based pagination (from next_cursor).
Free-text search across audit event fields.
The CADF action performed.
Filter by a single CADF action.
JSON array of CADF actions to filter by (OR match).
The CADF outcome of the action.
Filter by a single outcome.
JSON array of outcomes to filter by (OR match).
Classifies the audit event.
Filter by a single event type.
JSON array of event types to filter by (OR match).
Filter by a single initiator ID.
JSON array of initiator IDs to filter by (OR match).
The type of resource involved in an audit event (initiator or target).
Filter by a single initiator resource type.
JSON array of initiator resource types to filter by (OR match).
Filter by a single target ID.
JSON array of target IDs to filter by (OR match).
The type of resource involved in an audit event (initiator or target).
Filter by a single target resource type.
JSON array of target resource types to filter by (OR match).
Filter events at or after this time (RFC3339 or YYYY-MM-DD).
Filter events at or before this time (RFC3339 or YYYY-MM-DD; a date is treated as end-of-day).
Relative time window that overrides start_date/end_date when set (e.g. 24h, 7d).
Filter by a single HTTP request method.
JSON array of HTTP request methods to filter by (OR match).
Filter by a single request path prefix.
JSON array of request path prefixes to filter by (OR match).
Filter by a single client IP address.
JSON array of client IP addresses to filter by (OR match).
JSON array of tags to filter by (any match).
Field to sort by (default event_time).
Sort direction.
Response
Successful response