Skip to main content

Endpoint

GET /v1/tools/run/{toolRunId}/status

Request

Path parameters

ParameterTypeDescription
toolRunIduuidThe ID of the tool run

Headers

HeaderValue
X-API-KeyYour API key

Response

{
  "id": "770e8400-e29b-41d4-a716-446655440000",
  "toolId": "880e8400-e29b-41d4-a716-446655440000",
  "status": "Completed",
  "statusInt": 2,
  "errorMessage": null,
  "tokensUsed": 500,
  "actionsUsed": 3,
  "createdAt": "2026-03-29T10:00:00Z",
  "startedAt": "2026-03-29T10:00:01Z",
  "finishedAt": "2026-03-29T10:00:05Z",
  "duration": 4000
}

Run statuses

StatusstatusIntDescription
Pending0Queued for execution
Running1Currently processing steps
Completed2All steps finished successfully
Failed3Error occurred during execution