Get stats of all indexes
Return statistics for the Meilisearch instance and for each index. Includes database size, last update time, document counts, and indexing status per index.
Authorizations
An API key is a token that you provide when making API calls. Read more about how to secure your project.
Include the API key to the Authorization header, for instance:
If you use a SDK, ensure you instantiate the client with the API key, for instance with JS SDK:
Query Parameters
If true, adds internalDatabaseSizes to the response.
Specify how to format the sizes:
"raw"(default): format sizes as a number of bytes"human": format sizes as a human-readable string with an appropriate unit.
human, raw Response
The stats of the instance.
Global statistics for the Meilisearch instance
Total disk space used by the database in bytes
x >= 0Actual size of the data in the database in bytes
x >= 0Statistics for each index
Date of the last update in RFC 3339 format. Null if no update has been processed