list-tasks
Filter and retrieve task summaries by text, workflow, status, date range, and pagination. Access task details for tracking and management.
Instructions
Get a filtered list of task summaries with comprehensive filter options including text search, workflow filtering, status filtering, date range filtering, and pagination support. Returns task details with names, descriptions, URLs, workflow information, and navigation links for easy task management and tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date filter in ISO format (e.g., '2023-12-31T23:59:59Z') | |
| startDate | No | Start date filter in ISO format (e.g., '2023-01-01T00:00:00Z') | |
| workflowId | No | Filter tasks by specific workflow ID | |
| queryString | No | Text search query to filter tasks by content. Do not provide this parameter if there is no search query - omit it entirely rather than passing an empty string. | |
| lastTaskToken | No | Pagination token in format 'ISO-date:taskId' (e.g., '2023-11-15T14:30:00Z:550e8400-e29b-41d4-a716-446655440000') from previous response for pagination | |
| statusToInclude | No | Array of task statuses to include in results (Can only be the following ['TODO', 'DONE', 'TERMINATED', 'ERROR']) |