# Get comment **GET /data/comments/{instance_id}** Retrieve a comment by its ID and return it as a JSON object. Supports including relations. Client users can only see their own comments or comments from other clients. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **instance_id** (string(uuid)) ### Query parameters - **relations** (boolean) Whether to include relations ## Responses ### 200 Comment retrieved successfully #### Body: application/json (object) - **id** (string(uuid)) - **object_id** (string(uuid)) - **person_id** (string(uuid)) - **task_status_id** (string(uuid)) - **text** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid ID format or query error [Powered by Bump.sh](https://bump.sh)