Skip to main content
GET
List audit log

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Query Parameters

page
integer<int64> | null

1-based page. Defaults to 1.

page_size
integer<int64> | null

Rows per page. Defaults to 50, clamped to [1, 200].

days
integer<int64> | null

Lookback window in days for partition pruning. Defaults to 90. 0 (or negative) means "all time" (binds a 1970 floor).

kind
string | null

Exact-match filters (all optional).

outcome
string | null
actor_kind
string | null
agent_id
string<uuid> | null
conversation_id
string<uuid> | null
q
string | null

Free-text needle matched (ILIKE) against target and intent.

Response

Paginated audit events

events
object[]
required
page
integer<int64>
required
page_size
integer<int64>
required
total
integer<int64>
required