Bandwidth
The bandwidth chart shows the volume of data transferred in and out of your project, displayed in megabytes (MB).
- In: data sent to Meilisearch (document additions, updates, settings changes)
- Out: data returned by Meilisearch (search results, document fetches)
API calls
The API calls chart shows the number of requests to your project’s API, broken down into Failed and Successful calls.
| Cause | Fix |
|---|---|
| Expired or invalid API key | Rotate the API key in your project settings |
| Malformed request payload | Check your application’s request construction |
| Rate limit exceeded | Reduce request frequency or upgrade your plan |
| Index does not exist | Verify the index name in your application |