List all tasks with full details, assignees, and pagination support. Supports filtering by status, category, urgency, importance, assignee, and due date.
Documentation Index
Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication via Bearer token
Maximum number of items to return (1-100)
1 <= x <= 10010
Number of items to skip
x >= 00
Sort order by creation date
asc, desc "desc"
Filter by task status
backlog, todo, in_progress, in_review, done, cancelled "todo"
Filter by task category
bug_fix, documentation, feature_request, meeting, other, planning, research, review "bug_fix"
Filter by urgency level
low, medium, high "high"
Filter by importance level
low, medium, high "high"
Filter by assigned user ID
"123e4567-e89b-12d3-a456-426614174000"
Filter by linked contact ID
"123e4567-e89b-12d3-a456-426614174000"
Filter by linked message ID
"123e4567-e89b-12d3-a456-426614174000"
Filter tasks due before this date (ISO 8601)
"2024-12-31T23:59:59Z"
Filter tasks due after this date (ISO 8601)
"2024-01-01T00:00:00Z"