GET /1/indexing/{clusters}
Retrieves indexing latency metrics for selected clusters.
This endpoint is intended for infrastructure-level monitoring and availability checks. The returned value reflects latency measured on Algolia's internal monitoring index and is reported in milliseconds.
This metric isn't intended to represent the indexing performance of an individual
application or index. To measure when an indexing operation has completed for your
application, use the waitTask method.
Servers
- https://status.algolia.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
clusters |
String | Yes |
Subset of clusters, separated by commas. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.