Skip to main content
GET
List approval gates for a workspace

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string
required

UUIDv7 of the workspace.

Query Parameters

status
string

Narrows to one state: "pending", "approved", "denied", "timed_out" or "auto_killed". Omit it for every state.

fleet_id
string
gate_kind
string
limit
string
cursor
string

Response

OK

GET /v1/workspaces/{workspace_id}/approvals — the queue.

items
object[]
required

The gates on this page, newest first.

next_cursor
string | null

Where the next page resumes, or null on the last one.