Skip to main content
GET
/
1
/
reachability
/
{clusters}
/
probes
curl
curl --request GET \
  --url https://status.algolia.com/1/reachability/c1-de%2Cc2-de%2Cc3-de/probes \
  --header 'accept: application/json'
{
  "c16-de": {
    "sdn-probe-frankfurt": false,
    "monitoring-2": false,
    "sdn-probe-awswest1": false
  }
}

Path Parameters

clusters
string
required

Subset of clusters, separated by commas.

Example:

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

Response

OK

{key}
object

Probes and their response.

I