PLATFORM RC-48 — OPS Audit Explorer (docs-only) (1.0.0)

Download OpenAPI specification:

List audit events (filterable + paginated)

Docs-only surface. In platform fixture mode this is deterministic and fixture-backed.

query Parameters
actor_role
string
Enum: "ADMIN" "OPS" "DEVELOPER"
surface
string
Enum: "READ_VIEW" "EVIDENCE_DOWNLOAD_INTENT" "POLICY_SNAPSHOT_READ"
object_type
string
object_id
string
outcome
string
Enum: "GRANTED" "REJECTED" "UNKNOWN"
reason_code
string
correlation_id
string
occurred_after
string <date-time>
occurred_before
string <date-time>
limit
integer [ 1 .. 50 ]

default 10

cursor
string

opaque pagination cursor

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "next_cursor": "string"
}