GET/api/v1/runs/{runId}/logs
Returns a slice of the persisted log buffer. For live tailing use
/api/v1/runs/{runId}/stream instead.
Authentication
Requires a project API key — see Authentication.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
runId | path | string | required | UUID of the run. |
offset | query | integer | optional | |
limit | query | integer | optional |
Responses
| Status | Description |
|---|---|
200 | Log slice. |
404 | Resource not found or not accessible to this project. |
Tag: Runs