List Agent Approvals
GET /agent/approvals
GET
/agent/approvals
Pending approvals this key may act on.
An approval is the loop asking permission before it runs a tool. Each entry
carries the plan_digest it is bound to and its expires_at, so a caller
can tell an approval that still describes the plan from one that has drifted.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
One approval: the loop asking permission before a consequential step.
object
action_class
required
string
id
required
string
is_expired
boolean
risk_level
required
string
step_id
required
string
summary
required
string
work_item_id
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string