GET/api/v1/runs/{runId}/files
Returns every flow-file artifact currently associated with this run’s flow.
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 | File list. |
404 | Resource not found or not accessible to this project. |
Tag: Runs