Download a single flow file

Returns the content of one flow file. Multi-segment paths must be

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

NameInTypeRequiredDescription
runIdpathstringrequiredUUID of the run.
filePathpathstringrequiredURL-encoded path of the file relative to the workdir.

Responses

StatusDescription
200File content.
404Resource not found or not accessible to this project.

Tag: Runs