# Get comment **GET /data/tasks/{task_id}/comments/{comment_id}** Get a comment by id for a task. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** (string(uuid)) - **comment_id** (string(uuid)) ## Responses ### 200 Comment found and returned #### Body: application/json (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)