v1
latestOpenAPI 3.1.12026-07-268973189.3 KBTasks
List tasks
Returns a paginated list of tasks. Supports search and filtering.
get/tasks
Query parameters
cursorstring
Cursor for pagination. Pass the previous response nextCursor value to fetch the next page.
limitnumber
Number of items to return (max 100)
searchstring
Search by task title
status'OPEN' | 'IN_PROGRESS' | 'ON_HOLD' | 'COMPLETED' | 'CANCELLED'
Filter by status
type'call' | 'todo' | 'meeting'
Filter by task type
priority'LOW' | 'MEDIUM' | 'HIGH'
Filter by priority
Response
OK