# Get project comments **GET /data/projects/{project_id}/comments** Retrieve comments for tasks related to a project. Useful for sync. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string) #### Query parameters - **limit** () ## Responses ### 200: All comments to tasks related to given project #### 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)