GET/api/v1/runs/{runId}/files/{filePath}
Returns the content of one flow file. Multi-segment paths must be
URL-encoded (replace / with %2F).
Authentication
Requires a project API key — see Authentication.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
runId | path | string | required | UUID of the run. |
filePath | path | string | required | URL-encoded path of the file relative to the workdir. |
Responses
| Status | Description |
|---|---|
200 | File content. |
404 | Resource not found or not accessible to this project. |
Tag: Runs