Retrieve a list of tasks with optional filtering, search, and pagination.
By default returns lightweight summaries (content truncated, comments omitted).
Use full=true to include full content, planSteps, and comments.
When q is provided, results include a snippet field with context around matches and a relevance score.
Session cookie authentication
Filter by task status Task status
draft, backlog, ready, queued, active, blocked, review, revision, done, canceled, duplicate Filter by author
Filter by priority level
low, medium, high, critical Filter by tags (comma-separated)
Fuzzy search across title, content, ID, author name, and tags. Results are ranked by relevance and include snippet/score fields.
Maximum number of results per page (1-100)
1 <= x <= 100Number of results to skip for pagination (default 0)
x >= 0Set to "true" to include full content, planSteps, and comments instead of summaries
true, false List of tasks
The response is of type any.