List Tasks
Auth required
GET
/v1/tasks/All tasks in the organization (active and inactive). is_active is present on each item. Designed for polling integrations — use updated_since to fetch only tasks that changed instead of fanning out to /v1/projects/{project_id}/tasks/ per project. Offset pagination — default limit 50, max 100.
Parameters
Page number (1-based)
Items per page (max 100)
Filter to a specific project (zero UUID treated as absent)
Return only records whose updated_at is on or after this ISO 8601 UTC datetime. When provided, results are sorted by (updated_at, id) ascending instead of the endpoint's default sort. Omitting this parameter leaves all existing behavior (including default sort order) unchanged.
