Get a connector sync job Beta
Path parameters
-
The unique identifier of the connector sync job
Responses
-
200 application/json
Hide response attributes Show response 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
default_value number | string | boolean | null Required
A scalar value.
-
Values are
textbox
,textarea
,numeric
,toggle
, ordropdown
. -
order number
-
placeholder string
tooltip string | null
-
type string
Values are
str
,int
,list
, orbool
. -
ui_restrictions array[string]
-
validations array[object]
One of: Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
-
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
created_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
updated_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 rules attributes Show rules attributes object
-
created_at string
-
Path to field or array of paths. Some API's support wildcards in the path to select multiple fields.
-
Values are
exclude
orinclude
. -
Values are
contains
,ends_with
,equals
,regex
,starts_with
,>
, or<
. -
updated_at string
-
-
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/{connector_sync_job_id}