Returns a paginated list of tasks. Filter by status, note, or date range.
Documentation Index
Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace API key
Target clinic organization ID
Filter by task status (comma-separated)
"not_started,in_progress"
Filter by note ID (UUID)
"nte_3cc73cb69c59403ca9108af6c5693b25"
Filter by assigned provider ID (UUID)
"prv_d4e5f6a7b8c94d0e1f2a3b4c5d6e7f8a"
Filter by patient ID (UUID)
"pat_8de030393a9e417ab2b3a8b8df183631"
Filter tasks created on or after this date (ISO 8601)
"2025-01-01"
Filter tasks created on or before this date (ISO 8601)
"2025-12-31"
Sort field
createdAt, updatedAt, status "createdAt"
Sort direction
asc, desc "desc"