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_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
task_id
The specific Task to reference.
task_run_id
The specific Task Run to reference.
file_name
The file name to fetch (image or audio).
Query parameters
inline
If true, serve file inline instead of as attachment
Response
File content returned successfully
