Endpoint
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
toolRunId | uuid | The ID of the tool run |
Headers
| Header | Value |
|---|---|
X-API-Key | Your API key |
Response
Run statuses
| Status | statusInt | Description |
|---|---|---|
Pending | 0 | Queued for execution |
Running | 1 | Currently processing steps |
Completed | 2 | All steps finished successfully |
Failed | 3 | Error occurred during execution |

