GET
/
v1
/
status
Check Infrastructure Status
curl --request GET \
  --url https://api.vertracloud.app/v1/status
{
  "status": "healthy",
  "response": "All systems operational"
}

Response

status
string
Indicates the current infrastructure status. Possible values: healthy, unknown, degraded.
response
string
A message describing the infrastructure status. Possible values: All systems operational, Some systems are degraded, Some systems are down.
{
  "status": "healthy",
  "response": "All systems operational"
}