Gets the current indexing status across all documents.
If a collection name is passed in, it will get the indexing status of only the documents within that collection. Otherwise, it will show the cumulative status across all of your collections.
A 404 Not Found status code will be returned, if a collection name was provided, but it does not exist.
The collection name to use. If collection_name is null or omitted, then the cumulative status across all collections will be shown.
Successful Response
The total number of documents, regardless of their status. It is guaranteed that the sum of all of the other fields, is this number.
The number of documents that are being parsed. This refers files of the type PDF, DOCX, PPT, etc, whose images are being processed, or are waiting to be processed, by our OCR system.
The number of documents being indexed. Indexing occurs only after the document has finished parsing.
The number of documents that are currently indexed.
The number of failed documents. Failures can occur during either parsing, or indexing. It can occur if the file is malformed or incomplete. If you believe that the file is formatted correctly, please contact us at [email protected] to assist.
The total number of bytes used by documents that are currently indexed. Measured as UTF-8 bytes. For PDF/DOCX/PPT/etc, this is of the OCR'ed text.