Get information about all stored connector sync jobs listed by their creation date in ascending order.
Query parameters
-
Starting offset (default: 0)
-
Specifies a max number of results to get
-
A sync job status to fetch connector sync jobs for
Values are
canceling,canceled,completed,error,in_progress,pending, orsuspended. -
A connector id to fetch connector sync jobs for
-
A comma-separated list of job types to fetch the sync jobs for
Values are
full,incremental, oraccess_control.
GET
/_connector/_sync_job
Console
GET _connector/_sync_job?connector_id=my-connector-id&size=1
curl \
--request GET 'http://api.example.com/_connector/_sync_job'