Skip to main content
GET
List the decision audit

Query Parameters

cursor
string

Opaque pagination cursor from a previous page's nextCursor or prevCursor.

Maximum string length: 1024
limit
integer
default:25

Maximum items per page.

Required range: 1 <= x <= 100
sessionId
string<uuid>

Filter to decisions taken in one session.

decision
enum<string>

Filter to one outcome. deny is the audit's own question — what was refused, and why — and expired is the finding when somebody asks why an action did not happen and the answer is that nobody answered.

Available options:
allow,
deny,
expired
since
string<date-time>

Only decisions whose requestedAt is at or after this instant. It is the half of "what was denied last week and why" that the decision filter alone cannot answer: without it an operator pages backwards from now until requestedAt drops out of the window they care about, which is a paging exercise rather than one call. Served off the same index as the cursor.

until
string<date-time>

Only decisions whose requestedAt is at or before this instant. Combines with since to bound a window from both ends; either may be given alone. A window whose until precedes its since is a malformed request rather than an empty page, because an empty page reads as "nothing was denied".

Response

One page of decision records.

One page of the decision audit.

items
object[]
required
limit
integer
required
Required range: x >= 1
nextCursor
string
prevCursor
string