/v1/approvals — they are not workspace-scoped in the URL path. A token with approvals:read or approvals:write can act on records from any workspace the token has access to.
To see which agent produced an approval, use the
agent_id field on the record and cross-reference Agents.An approval in shape
action and payload are agent-defined — interpretation is whatever the agent’s configuration says they mean.
Endpoints
List pending and historical approval records. Fetch a single approval record. Approve the requested action — the run resumes. Deny the requested action — the run stops.Status values
Filtering and pagination
GET /v1/approvals accepts status (one of pending, approved, denied — omit for all), limit (default 20, max 100), and cursor. See Pagination for cursor mechanics.
Common errors
Related
Agents
Manage the agents that produce approval records.