Get all connector sync jobs Beta
Get information about all stored connector sync jobs listed by their creation date in ascending order.
Query parameters
-
from number
Starting offset (default: 0)
-
size number
Specifies a max number of results to get
-
status string
A sync job status to fetch connector sync jobs for
Values are
canceling
,canceled
,completed
,error
,in_progress
,pending
, orsuspended
. -
connector_id string
A connector id to fetch connector sync jobs for
-
job_type string | array[string]
A comma-separated list of job types to fetch the sync jobs for
Responses
-
200 application/json
Hide response attributes Show response attributes object
-
Hide results attributes Show results attributes object
cancelation_requested_at string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
One of: Time unit for milliseconds
canceled_at string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
One of: Time unit for milliseconds
completed_at string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
One of: Time unit for milliseconds
-
Additional properties are allowed.
Hide connector attributes Show connector attributes object
-
Hide configuration attribute Show configuration attribute object
-
Additional properties are allowed.
Hide * attributes Show * attributes object
-
category string
-
Values are
textbox
,textarea
,numeric
,toggle
, ordropdown
. -
order number
-
placeholder string
-
type string
Values are
str
,int
,list
, orbool
. -
ui_restrictions array[string]
-
validations array[object]
-
Additional properties are allowed.
-
-
-
Additional properties are allowed.
Hide filtering attributes Show filtering attributes object
-
Additional properties are allowed.
Hide advanced_snippet attributes Show advanced_snippet attributes object
-
Additional properties are allowed.
-
Additional properties are allowed.
-
Additional properties are allowed.
-
-
language string
-
pipeline object
Additional properties are allowed.
Hide pipeline attributes Show pipeline attributes object
-
sync_cursor object
Additional properties are allowed.
-
created_at string | number Required
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
One of: Time unit for milliseconds
-
error string
-
Values are
full
,incremental
, oraccess_control
. -
Hide metadata attribute Show metadata attribute object
-
Additional properties are allowed.
-
started_at string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
One of: Time unit for milliseconds
-
Values are
canceling
,canceled
,completed
,error
,in_progress
,pending
, orsuspended
. -
Values are
on_demand
orscheduled
. -
worker_hostname string
curl \
-X GET http://api.example.com/_connector/_sync_job