Approvals

List manual approval queue entries

Requires an owner/admin browser session with recent MFA. Tenant API keys and agent tokens cannot review or mutate manual approvals. Supports status and tenant-scoped agent filters before stable (requestedAt, id) keyset pagination.

get/approvals

Query parameters

status'pending' | 'approved' | 'rejected' | 'all'
agentIdstring
limitinteger
offsetinteger
cursorRequestedAtstring date-time
cursorIdstring

Response

JSON response

oktrue required

Changes

Changed in 2 of the 9 revisions of this API.4

    • added the new optional query request parameter agentId

      new-optional-request-parameter

    • added the new optional query request parameter cursorId

      new-optional-request-parameter

    • added the new optional query request parameter cursorRequestedAt

      new-optional-request-parameter

    • endpoint added

      endpoint-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog