Get Cc Pair Indexing Errors
curl --request GET \
--url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/errors \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 123,
"connector_credential_pair_id": 123,
"document_id": "<string>",
"document_link": "<string>",
"entity_id": "<string>",
"failed_time_range_start": "2023-11-07T05:31:56Z",
"failed_time_range_end": "2023-11-07T05:31:56Z",
"failure_message": "<string>",
"time_created": "2023-11-07T05:31:56Z",
"index_attempt_id": 123,
"is_resolved": false
}
],
"total_items": 123
}Connectors
Get CC Pair Indexing Errors
Gives back all errors for a given CC Pair. Allows pagination based on page and page_size params.
Args: cc_pair_id: ID of the connector-credential pair to get errors for include_resolved: Whether to include resolved errors in the results page_num: Page number for pagination, starting at 0 page_size: Number of errors to return per page _: Current user, must be curator or admin db_session: Database session
Returns: Paginated list of indexing errors for the CC pair.
GET
/
manage
/
admin
/
cc-pair
/
{cc_pair_id}
/
errors
Get Cc Pair Indexing Errors
curl --request GET \
--url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/errors \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 123,
"connector_credential_pair_id": 123,
"document_id": "<string>",
"document_link": "<string>",
"entity_id": "<string>",
"failed_time_range_start": "2023-11-07T05:31:56Z",
"failed_time_range_end": "2023-11-07T05:31:56Z",
"failure_message": "<string>",
"time_created": "2023-11-07T05:31:56Z",
"index_attempt_id": 123,
"is_resolved": false
}
],
"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 <= 100Was this page helpful?
⌘I