List tasks
Tasks
List tasks
Returns a paginated list of tasks. Filter by status, note, or date range.
GET
List tasks
Authorizations
Marketplace API key
Headers
Target clinic organization ID
Query Parameters
Filter by task status (comma-separated)
Example:
"not_started,in_progress"
Filter by note ID (UUID)
Example:
"3cc73cb6-9c59-403c-a910-8af6c5693b25"
Filter by assigned provider ID (UUID)
Example:
"d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a"
Filter by patient ID (UUID)
Example:
"8de03039-3a9e-417a-b2b3-a8b8df183631"
Filter tasks created on or after this date (ISO 8601)
Example:
"2025-01-01"
Filter tasks created on or before this date (ISO 8601)
Example:
"2025-12-31"
Sort field
Available options:
createdAt, updatedAt, status Example:
"createdAt"
Sort direction
Available options:
asc, desc Example:
"desc"
