List Audit Log
Return a paginated slice of the audit log filtered by the given query params.
Superuser only. The composite indexes on (user_id, timestamp) and (resource_type, resource_id) keep both "show me events for user X" and "show me events on resource Y" fast at scale.
Query parameters
Filter by acting user id.
Filter by acting user id.
Filter by resource type slug, e.g. flow or deployment.
Filter by resource type slug, e.g. flow or deployment.
Filter by resource UUID.
Filter by resource UUID.
Filter by action string, e.g. flow:read or share:create.
Filter by action string, e.g. flow:read or share:create.
Filter by decision result (allow / deny / owner_override).
Filter by decision result (allow / deny / owner_override).
Inclusive lower bound on timestamp.
Inclusive lower bound on timestamp.
Exclusive upper bound on timestamp.
Exclusive upper bound on timestamp.
Response
Successful Response