Get Status
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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The collection name to use. If collection_name
is null
or omitted, then the cumulative status across all collections will be shown.
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 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 founders@zeroentropy.dev
to assist.
The number of documents that are currently indexed.
The number of documents being indexed. Indexing occurs only after the document has finished parsing.
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.