Status
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.