Retrieve a list of all tasks with the correct authorization scope.
Required authorization scope: public.task:read
Bearer Token necessary to use API
Pagination: Page number
x >= 1Pagination: Limit number of items per page.
1 <= x <= 100Sorting by attribute. Default created_at
created_at, due_at Sorting by ASC or DESC direction. Default DESC
ASC, DESC Filter by status. Supports multiple values separated by a comma.
open, completed Filter by Resource ID (unit, subscription, or contact). Supports multiple values separated by comma.
Filter by Assignee ID. Supports multiple values separated by comma. Use unassigned for tasks without an assignee.
Filter by metadata. Use metadata[key]=value to filter by specific metadata keys.
{}This endpoint supports expandable responses. For more, see the documentation page.
Filters results to created after (including given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to created before (excluding given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to due after (including given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to due before (excluding given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).