List tasks
List the current user’s own tasks with cursor-based pagination and optional status/scheduled filters. Team-visible tasks owned by teammates are excluded from this list by default, but may still be accessed directly by ID when authorized.
Authorizations
JWT authentication token
Query Parameters
Number of tasks to return (max 100)
1 <= x <= 100Cursor for pagination - return tasks after this ID (newer)
Cursor for pagination - return tasks before this ID (older)
Filter by task status
active, completed, error, pending Filter by scheduled status
true, false Filter tasks by project ID. If omitted, returns only the current user's personal tasks.
Search query for tasks. Behavior depends on search_type parameter.
500Search type:
- title: Case-insensitive substring match on task title (default)
- semantic: AI-powered semantic search across task messages
title, semantic Filter by task source. Defaults to 'web' when not provided, which hides integration-sourced tasks (github, slack, linear) from the default list. Pass a specific source to list only tasks from that integration.
web, github, slack, linear 
