cURL
curl --request GET \ --url https://cloud.onyx.app/api/manage/admin/connector/failed-indexing-status \ --header 'Authorization: Bearer <token>'
[ { "cc_pair_id": 123, "name": "<string>", "error_msg": "<string>", "is_deletable": true, "connector_id": 123, "credential_id": 123 } ]
Authorization header with Bearer token
If true, return editable document sets
Successful Response
Was this page helpful?