Agent Management
List agent transaction approval requests
Retrieve a paginated list of agent actions that require platform approval. Filter by agentId or customerId to scope results to a specific agent or customer. Approve or reject individual actions via POST /agents/{agentId}/actions/{actionId}/approve or POST /agents/{agentId}/actions/{actionId}/reject.
get/agents/approvals
Query parameters
agentIdstring
Filter by agent ID
customerIdstring
Filter by customer ID
startDatestring date-time
Filter by start date (inclusive) in ISO 8601 format
endDatestring date-time
Filter by end date (inclusive) in ISO 8601 format
limitinteger
Maximum number of results to return (default 20, max 100)
cursorstring
Cursor for pagination (returned from previous request)
sortOrder'asc' | 'desc'
Order to sort results in
Response
Successful operation