GET /operations/:operationId
- Example Processing Response{"status": "processing","txHash": "0x308572ae34efc2c9cb39b88984cf3bacff874036a4748b42a1a7c02aaec79fad","resourceId": null}
- Example Success Response{"status": "success","txHash": "0x308572ae34efc2c9cb39b88984cf3bacff874036a4748b42a1a7c02aaec79fad","resourceId": 512}
We recommend that you poll against the operations endpoint with the particular ID until the endpoint returns a terminal status (
success
or error
). Currently we don’t return a Retry-After
header but in the future we may. We recommend waiting at least 1 second before querying the endpoint again.Last modified 4mo ago