list_task_comments
Retrieve and filter task comments in Dart by task ID, author, text, dates, or other parameters for efficient project management and analysis.
Instructions
List comments from Dart with optional filtering parameters. You can filter by author, task, text content, dates, and more.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author | No | Filter by author name or email | |
authorId | No | Filter by author ID | |
ids | No | Filter by comment IDs | |
limit | No | Number of results per page | |
offset | No | Initial index for pagination | |
parentId | No | Filter by parent comment ID | |
publishedAtAfter | No | Filter by published date after (ISO format) | |
publishedAtBefore | No | Filter by published date before (ISO format) | |
task | No | Filter by task title | |
taskId | Yes | Filter by task ID | |
text | No | Filter by comment text content |