Skip to main content

GET /intent//step//status

Returns the status of a specific chain batch (step) for an intent. If the step is in created state, the server triggers execution asynchronously. If the step is success or reverted, the server also triggers the next step.

Endpoint

Path Parameters

Response

Success Response (200)

  • transactionHash is present when available (e.g., after a transaction is sent).

Not Found (404)

Notes

  • When status is created, the server will start execution for this step in the background.
  • When status is success or reverted, the server will attempt to execute the next step.
  • Use this endpoint to poll for progress between executions.