Agent Operations
List agent's own actions
Retrieve a paginated list of actions submitted by the authenticated agent. Use this to poll for approval decisions after submitting an action that requires approval.
get/agents/me/actions
Query parameters
status'PENDING_APPROVAL' | 'APPROVED' | 'REJECTED' | 'FAILED'
Status of an agent action.
| Status | Description |
|---|---|
| PENDING_APPROVAL | Submitted by the agent, awaiting platform approval before execution |
| APPROVED | Approved by the platform; execution is in progress or completed |
| REJECTED | Rejected by the platform; the underlying transaction was not executed |
| FAILED | Approved but execution failed (e.g. quote expired, insufficient funds) |
Filter by action status
limitinteger
Maximum number of results to return (default 20, max 100)
cursorstring
Cursor for pagination (returned from previous request)
Response
Successful operation