List pending approval gates for a workspace
Approvals
List pending approval gates for a workspace
Returns approval gates oldest-first (oldest is most urgent). Each row surfaces the agent’s proposed action, gathered evidence, blast-radius assessment, and timeout countdown. Filter by zombie, gate kind, or status. Cursor pagination over (requested_at, id) so concurrent inserts don’t cause silent skips.
GET
List pending approval gates for a workspace
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Path Parameters
Query Parameters
Defaults to "pending". Supply "approved", "denied", "timed_out" to query terminal states.
Required range:
1 <= x <= 200