# Get project output files **GET /data/projects/{project_id}/output-files** Retrieve all output files for a given project with optional filtering by output type, task type, representation, file status, and name. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier ### Query parameters - **output_type_id** (string(uuid)) Filter by output type - **task_type_id** (string(uuid)) Filter by task type - **file_status_id** (string(uuid)) Filter by file status - **representation** (string) Filter by representation - **name** (string) Filter by file name ## Responses ### 200 All output files for the project #### Body: application/json (array[object]) - **id** (string(uuid)) Output file unique identifier - **name** (string) Output file name - **revision** (integer) Output file revision - **path** (string) Output file path - **updated_at** (string(date-time)) Last update timestamp - **project_id** (string(uuid)) Project identifier [Powered by Bump.sh](https://bump.sh)