Sign up to Algolia DevBit - winter edition: cool code, warm ideas
cURL
curl --request GET \ --url https://status.algolia.com/1/latency/c1-de%2Cc2-de%2Cc3-de \ --header 'accept: application/json'
{ "metrics": { "latency": { "c16-de": [ { "t": 1688056200000, "v": 64 }, { "t": 1688056800000, "v": 59 }, { "t": 1688057400000, "v": 55 } ] } } }
Retrieves the average latency for search requests for selected clusters.
Subset of clusters, separated by commas.
"c1-de,c2-de,c3-de"
OK
Show child attributes
Time measured by a probe.
Timestamp, measured in milliseconds since the Unix epoch.
Time in ms.
Was this page helpful?