# Get task attachment files **GET /data/tasks/{task_id}/attachment-files** Retrieve all attachment files related to a specific task. Requires administrator permissions. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** () Unique identifier of the task ## Responses ### 200 Task 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 - **task_id** (string(uuid)) Task identifier - **reply_id** (string(uuid)) Reply identifier if attached to a reply [Powered by Bump.sh](https://bump.sh)