List audit log
Returns a paginated, recency-first list of audit-log events for the caller’s own workspace, newest first. Admin only. Supports optional filtering by event kind, outcome, actor kind, agent id, and conversation id, a free-text query matched against the event target and intent, a lookback window in days (default 90; 0 or negative means all time), and page/page_size paging (page_size defaults to 50 and is clamped to 1-200). Each event includes its sequence number, hash-chain fields, and redacted details, alongside the unpaginated total.
Authorizations
Personal Access Token. Send as Authorization: Bearer hq_pat_....
Query Parameters
1-based page. Defaults to 1.
Rows per page. Defaults to 50, clamped to [1, 200].
Lookback window in days for partition pruning. Defaults to 90.
0 (or negative) means "all time" (binds a 1970 floor).
Exact-match filters (all optional).
Free-text needle matched (ILIKE) against target and intent.
Response
Paginated audit events
Total rows matching the unread + search filter, before paging.
Unread across the whole inbox (drives the nav badge) - independent of the current page / search / sort.