cURL
curl --request GET \ --url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/index-attempts \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "status": "not_started", "from_beginning": true, "new_docs_indexed": 123, "total_docs_indexed": 123, "docs_removed_from_index": 123, "error_msg": "<string>", "error_count": 123, "full_exception_trace": "<string>", "time_started": "<string>", "time_updated": "<string>", "poll_range_start": "2023-11-07T05:31:56Z", "poll_range_end": "2023-11-07T05:31:56Z" } ], "total_items": 123 }
Authorization header with Bearer token
x >= 0
1 <= x <= 1000
Successful Response
Show child attributes
Was this page helpful?