# Get task comments **GET /data/tasks/{task_id}/comments** Return comments linked to a task. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** (string(uuid)) ## Responses ### 200: Comments linked to task #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **object_id** (string(uuid)) - **person_id** (string(uuid)) - **text** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) [Powered by Bump.sh](https://bump.sh)