get_comments
Retrieve all comments from projects and tasks with full context including text, author, timestamps, attachments, and discussion threads.
Instructions
Get all comments across projects and tasks with full context.
Returns comprehensive comment data including:
Comment text, author, and timestamp
Parent entity (project, task, or other) with details
Discussion threads and replies
Attachments and file references
Mentions of team members or clients
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Productive project ID to filter comments by | |
| task_id | No | Productive task ID to filter comments by | |
| page_number | No | Page number for pagination | |
| page_size | No | Optional number of comments per page (max 200) | |
| extra_filters | No | Additional Productive query filters using API syntax. Common filters: filter[project_id][eq] (ID), filter[task_id][eq] (ID), filter[discussion_id][eq] (ID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||