Skip to main content
GET
/
1
/
indexing
/
{clusters}
curl
curl --request GET \
  --url https://status.algolia.com/1/indexing/c1-de%2Cc2-de%2Cc3-de \
  --header 'accept: application/json'
{
  "metrics": {
    "indexing": {
      "c16-de": [
        {
          "t": 1688056200000,
          "v": 1562
        },
        {
          "t": 1688056800000,
          "v": 1637
        },
        {
          "t": 1688057400000,
          "v": 1754
        }
      ]
    }
  }
}
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.

Path Parameters

clusters
string
required

Subset of clusters, separated by commas.

Example:

"c1-de,c2-de,c3-de"

Response

OK

metrics
indexingMetric · object
Last modified on April 23, 2026