Fetch a user submitted file (image or audio) for a given Task Run

Fetch an individual Task Run file. This endpoint retrieves files associated with a task run, such as: - Input images or audio files submitted for processing - Output images, audio, PDFs, or CSV files generated by the task The file is served with appropriate content type headers for inline viewing or download based on the `inline` parameter.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.
task_idstringRequiredformat: "uuid"
The specific Task to reference.
task_run_idstringRequiredformat: "uuid"
The specific Task Run to reference.
file_namestringRequired

The file name to fetch (image or audio).

Query parameters

inlinebooleanOptionalDefaults to false
If true, serve file inline instead of as attachment

Response

File content returned successfully

Errors