List files in the workdir

Returns every flow-file artifact currently associated with this run's flow.

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

NameInTypeRequiredDescription
runIdpathstringrequiredUUID of the run.

Responses

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

Tag: Runs