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
Changes
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲