Get a connector sync job Beta
Path parameters
-
The unique identifier of the connector sync job
GET /_connector/_sync_job/{connector_sync_job_id}
curl \
-X GET http://api.example.com/_connector/_sync_job/{connector_sync_job_id}
Response examples (200)
{
"": "string",
"connector": {
"configuration": {
"additionalProperty1": {
"category": "string",
"": 42.0,
"depends_on": [
{
"field": "string"
}
],
"display": "textbox",
"label": "string",
"options": [
{
"label": "string"
}
],
"order": 42.0,
"placeholder": "string",
"required": true,
"sensitive": true,
"tooltip": "string",
"type": "str",
"ui_restrictions": [
"string"
],
"validations": [
{}
],
"value": {}
},
"additionalProperty2": {
"category": "string",
"": 42.0,
"depends_on": [
{
"field": "string"
}
],
"display": "textbox",
"label": "string",
"options": [
{
"label": "string"
}
],
"order": 42.0,
"placeholder": "string",
"required": true,
"sensitive": true,
"tooltip": "string",
"type": "str",
"ui_restrictions": [
"string"
],
"validations": [
{}
],
"value": {}
}
},
"filtering": {
"advanced_snippet": {
"": "string",
"value": {}
},
"rules": [
{
"": "string",
"field": "string",
"id": "string",
"order": 42.0,
"policy": "exclude",
"rule": "contains",
"value": "string"
}
],
"validation": {
"errors": [
{
"ids": [
"string"
],
"messages": [
"string"
]
}
],
"state": "edited"
}
},
"id": "string",
"index_name": "string",
"language": "string",
"pipeline": {
"extract_binary_content": true,
"name": "string",
"reduce_whitespace": true,
"run_ml_inference": true
},
"service_type": "string",
"sync_cursor": {}
},
"deleted_document_count": 42.0,
"error": "string",
"id": "string",
"indexed_document_count": 42.0,
"indexed_document_volume": 42.0,
"job_type": "full",
"metadata": {
"additionalProperty1": {},
"additionalProperty2": {}
},
"status": "canceling",
"total_document_count": 42.0,
"trigger_method": "on_demand",
"worker_hostname": "string"
}