Get Cc Pair Index Attempts
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,
"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
}Connectors
Get CC Pair Index Attempts
GET
/
manage
/
admin
/
cc-pair
/
{cc_pair_id}
/
index-attempts
Get Cc Pair Index Attempts
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,
"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
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Path Parameters
Query Parameters
Required range:
x >= 0Required range:
1 <= x <= 1000Was this page helpful?
⌘I