list_comments
Retrieve comments with full metadata, filtering by project, task, or discussion thread to view text, author, timestamps, attachments, and mentions.
Instructions
List comments with optional filtering by project or task.
Use this when: You need full comment metadata (text, author, timestamps, attachments, mentions) and want to filter by specific project, task, or discussion thread.
Returns:
Comment text, author, and timestamp
Parent entity (project or task) with details
Discussion threads and replies
Attachments and file references
Mentions of team members or clients
Use extra_filters with filter[discussion_id][eq] to target a specific thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Productive task ID to filter comments by | |
| page_size | No | Optional number of comments per page (max 200) | |
| project_id | No | Productive project ID to filter comments by | |
| page_number | No | Page number for pagination | |
| 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 | |||