API documentation | API docs for agents | OpenAPI 3.1
GET /api/v1/approvals
ark.list_approval_requests
Lists pending or resolved MCP and hosted-agent action requests for the connected user.
- Availability
- Expanded preview
- Scopes
agents:read- ARK permissions
- None
- Team visibility
- Not entity-scoped
- Idempotency-Key
- Not required
- Approval
- No MCP approval on REST API-token calls
- Rate limit
- API credential and organization budgets
Parameters
statusqueryAgentActionRequestStatussession_idquerystring- format: uuid
include_resolvedqueryboolean- default: false
limitqueryinteger- default: 50; min: 1; max: 100
Request body
None.
Example request
Shell
curl 'https://arktms.com/api/v1/approvals' \
-H "Authorization: Bearer $ARK_API_TOKEN"Success response
Approval requests
objectstringrequiredokbooleanrequiredapi_versionstringrequiredrequest_idstringrequireddataobjectrequireddata.actionRequestsarray<object>requiredErrors
HTTP 400- Invalid request
HTTP 401- Authentication required
HTTP 403- Permission, scope, team, or entitlement denied