Export the information for all Tasks in the system. Results are paginated with a default limit of 50,000. This limit is required due to the large dataset size. Setting a lower limit would not improve performance and is therefore not supported.
Use the include query parameter to expand each Task with AI impact
information and/or its position in the work taxonomy. Use filters to
narrow the set of Tasks returned.
Note: This endpoint is experimental and may change in future versions.
The access token received from the authorization server in the OAuth 2.0 flow.
Additional attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
ai_impact — includes AI impact level and rationale per task.hierarchy — includes the task's position in the work taxonomy (domain → subdomain → cluster → canonical task).ai_impact, hierarchy Number of Tasks to return per page.
1 <= x <= 5000050000
The task_id of the last Task seen. Used for cursor-based pagination. Omit on the first request.
100"write-unit-tests"
A set of filters to apply on the exported Tasks.
OK
True when there is more data after this page.
true
List of Task records.
The cursor value to use as starting_after on the next request. Only present when has_next is true.
100"write-unit-tests"