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 via
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
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