Skip to main content
GET
List approval requests

Authorizations

x-api-key
string
header
required

Query Parameters

conversation_id
string<uuid> | null

Filter to a single conversation (session).

status
string | null
default:pending

Filter by status; 'all' lists every status.

approver_role
string | null

Filter to a single approver role.

cursor
string | null
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

items
ApprovalRequestSummary · object[]
required
has_more
boolean
required
next_cursor
string | null