index_status
Indicates the indexing status of the connection
connection_idstring
defines the connection id
statusstring
Defines the overall status of the connection
Possible values: [SCHEDULED
, INDEXING
, INDEXED
, ERROR
, NOT_FOUND
]
index_status
{
"connection_id": "string",
"status": "SCHEDULED"
}