List Aggregated Indexing Errors
This method allows you to get an aggregated view of errors that occurred during an indexing.
The errors are aggregated into buckets by the type of error and what is the source of the error. For each bucket, the response contains a description of the error and how many errors and documents are aggregated into this bucket.
For details on indexing errors, refer to the method to Get an indexing error by its ID.
knowledge_base_id
index_id
indexing_id
after
before
limit
offset
order
set_num_objects
has_data_source
code
source
Successful Response
"AggregatedIndexingErrorsList Object"
Object type, which is always list.
True, if the server may have more objects than returned in the response.
Total number of objects that match the request. Note that this field is populated only if requested by the user (see set_num_objects request parameter).
List of aggregated indexing errors.
ID of the first element in the list (if any)
ID of the last element in the list (if any)
Invalid combination of knowledge base ID, index ID, indexing ID.
An invalid ID was passed for paginating results.
Validation Error
"HTTPValidationError Object"
detail
curl -H 'Authorization: <value>' https://{api_host}/api/v1/control/knowledge-bases/{knowledge_base_id}/indexes/{index_id}/indexings/{indexing_id}/aggregated-errors