GET/api/v1/runs/{runId}
Authentication
Requires a project API key — see Authentication.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
runId | path | string | required | UUID of the run. |
Responses
| Status | Description |
|---|---|
200 | Run state. |
401 | Missing, malformed, expired, or revoked API key. |
404 | Resource not found or not accessible to this project. |
Tag: Runs