List organization tasks
Returns a paginated list of tasks for the current organization. Intended for client users with organization.manage permission (Example: org admins). Use this to see all tasks for the organization, not only those assigned to the caller. Supports filtering by status, category, search, and external ID, and either offset/limit or cursor-based pagination.
Token scopes: tasks:read
Authentication
Query parameters
Filter by external ID (for tasks created with an external reference).
Opaque cursor for cursor-based pagination. When provided, use with limit only (do not use offset).
Maximum number of records to return (1-100).
Response
Cursor to request the next page; null if there are no more pages.