Skip to main content
GET
List approval requests for the calling tenant. Approvals fire when a job hits an action gated by an approval policy (typically destructive operations on connected services). The job sits in awaiting_approval status until a reviewer calls /approvals/{id}/approve or /reject.

Query parameters

boolean
When true (default) only return rows still awaiting review. Pass false to include approved/rejected/expired rows for audit dashboards.

Response

ApprovalSummary[] — each element:
string
required
string
required
string
required
object
required
string,null
required
string,null
required
string
required
string,null
required
string,null
required
string
required
string
required

Status codes