Tool to list comments for a task with filtering options. Use when you need to retrieve comments on a specific task. Supports filtering by author, text content, date range, and pagination. Can be ordered by date or hierarchical thread structure.
oarrayOrdering options for results. Valid values: 'published_at' (ascending), '-published_at' (descending), 'hierarchical' (thread order).
idsstringFilter by specific comment IDs (comma-separated).
textstringFilter by comment text content. Searches for text within comments.
limitintegerNumber of results per page for pagination.
authorstringFilter by comment author name or email.
offsetintegerStarting index for pagination results.
task_idRequiredstringThe task identifier to retrieve associated comments. This parameter is required.
author_idstringFilter by author's unique identifier.
parent_idstringFilter comments by parent comment identifier to get replies.
published_atstringFilter by exact publication timestamp (ISO 8601 format).
published_at_afterstringFilter for comments published after this date (ISO 8601 format).
published_at_beforestringFilter for comments published before this date (ISO 8601 format).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.