Export AI Goals for Employees by paginating through the data. By
default the latest AI Goal per Employee is returned; set the
versions query parameter to all to return every version per
Employee instead. Use filters to narrow the set of Employees
returned.
Pagination is always at Employee granularity: limit bounds the
number of Employees scanned per page, and starting_after is the
external_id of the last Employee from the previous page.
Employees without an AI Goal are silently skipped, so the returned
records array can be shorter than limit. With versions=all,
every version for each Employee in the page is returned — the same
external_id can appear multiple times and records can be longer
than limit. Records are ordered by external_id ascending and
then version descending, so the latest version for each Employee
appears first.
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.
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"
Which versions of the AI Goal to return per Employee.
latest (default) — one record per Employee, the highest version.all — every version per Employee, ordered newest first.latest, all Number of Employees to return per page.
1 <= x <= 100The external_id of the last Employee seen, used for
cursor-based pagination. Pagination is always at Employee
granularity: with versions=all the page returns every
version for the Employees in the window, so the records
array can be longer than limit. Omit on the first request.
100A set of filters to apply on the exported Employees.
OK
True when there is more data after this page.
AI Goal records. With versions=latest (default), one
record per Employee. With versions=all, one record
per AI Goal version — the same external_id can
repeat. Employees without any AI Goal are omitted.
The cursor value to use as starting_after on the next request. Only present when has_next is true.
100