GET /intent//step//status
Returns the status of a specific chain batch (step) for an intent. If the step is increated state, the server triggers execution asynchronously. If the step is success or reverted, the server also triggers the next step.
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
intentId | string | Yes | The unique intent identifier |
stepId | number | Yes | The chain batch index [0, n) for this intent |
Response
Success Response (200)
transactionHashis present when available (e.g., after a transaction is sent).
Not Found (404)
Notes
- When
statusiscreated, the server will start execution for this step in the background. - When
statusissuccessorreverted, the server will attempt to execute the next step. - Use this endpoint to poll for progress between executions.
