Query Async Action Status
Actions API
Async Action Status
Poll the status of a long-running asynchronous action (e.g. cross-chain bridge). Returns the current status, transaction hash (when complete), and any error details.
GET
Query Async Action Status
Poll the status of a long-running asynchronous action such as a cross-chain bridge transfer. When you execute a bridge viaDocumentation Index
Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/actions/bridge, the server returns a 202 Accepted response with an auditId. Use this endpoint to poll for the final result.
Status Values
| Status | Meaning |
|---|---|
PENDING | Action has been created but not yet started |
PROCESSING | Action is actively running in the background |
SUCCESS | Action completed successfully. txHash is set |
FAILED | Action failed. error field contains details |
Authorizations
Provide raw API session token issued by /v1/connect/complete
Headers
Agent email address
Path Parameters
The auditId returned from the async action (e.g. bridge)
Response
Action status retrieved
Example:
"CCTP_BRIDGE_USDC"
Current status of the background task
Available options:
PENDING, PROCESSING, SUCCESS, FAILED Transaction hash, available when status is SUCCESS
Error message, available when status is FAILED