GET
/
privateclusters
curl --request GET \
  --url https://api.blaxel.ai/v0/privateclusters \
  --header 'Authorization: Bearer <token>'
[
  {
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "createdBy": "<string>",
    "updatedBy": "<string>",
    "continent": "<string>",
    "country": "<string>",
    "displayName": "<string>",
    "healthy": true,
    "lastHealthCheckTime": "<string>",
    "latitude": "<string>",
    "longitude": "<string>",
    "name": "<string>",
    "ownedBy": "<string>",
    "workspace": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

successful operation

The response is of type object[].