Skip to main content
GET
Search a workspace's audit stream

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

workspace
string
required

Workspace slug.

Maximum string length: 64
Pattern: ^[a-z0-9][a-z0-9-]{0,63}$

Query Parameters

actor
string | null

Filter by username.

action
string | null

Filter by event type, e.g. published.

decision_key
string | null
outcome
string | null

success, denied or error.

version
integer | null
Required range: x >= 1
content_sha
string | null

Find every evaluation that ran exactly these rule bytes.

start
string | null

ISO-8601 lower bound, inclusive.

end
string | null

ISO-8601 upper bound, inclusive.

limit
integer
default:50
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

total
integer
required
events
Events · object[]
required