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

Path parameters

Name Type Required Description
clusters String Yes

Subset of clusters, separated by commas.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.