Export Tasks
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, its position in the work taxonomy, and/or the Jobs it is
assigned to. Use filters to narrow the set of Tasks returned.
Note: This endpoint is experimental and may change in future versions.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
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).task_source— distinguishes standard work-taxonomy Tasks (vocabulary) from Tasks created through thePOST /tasksendpoint (custom).enrichment_status— includes the status of the task's asynchronous AI-impact enrichment (pending,complete, orfailed).linked_jobs— includes the complete set of Jobs each Task is assigned to, each with itsvalidation_state,weekly_hours, andlinked_skills(Skill ID and name). Assignments rejected via feedback are excluded; a Task that is not assigned to any Job has an empty list. Use theexternal_vendorquery parameter to display the linked Skill names in an external vendor vocabulary (external_vendoris only accepted together with this include). Only accepted whenlimitis set to at most 200 — usestarting_afterpagination for larger reads.
ai_impact, hierarchy, task_source, enrichment_status, linked_jobs The external vendor vocabulary you want to see the Skills displayed in. This will only work for vendors that are activated on your tenant.
techwolf, workday, sap_attribute_library "workday"
Body
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"56dcdb53-264e-f380-50bf-5179e2d082af"
A set of filters to apply on the exported Tasks.
- task_id_is_in_list
- canonical_task_id_is_in_list
Response
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"56dcdb53-264e-f380-50bf-5179e2d082af"