# Get project attachment files **GET /data/projects/{project_id}/attachment-files** Retrieve all attachment files related to a specific project. Requires administrator permissions. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () Unique identifier of the project ## Responses ### 200 Project attachment files successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Attachment file unique identifier - **name** (string) File name - **mimetype** (string) File MIME type - **size** (integer) File size in bytes - **comment_id** (string(uuid)) Comment identifier - **project_id** (string(uuid)) Project identifier [Powered by Bump.sh](https://bump.sh)