viralquery
Api referencev1/health

Report gateway health and which backend each capability is on

GET
/v1/health

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/health"
{
  "status": "ok",
  "backends": {
    "sandbox": "string",
    "filesystem": "string",
    "library": "string"
  }
}
{
  "error": "upstream_error",
  "message": "string",
  "retryable": true
}
{
  "error": "upstream_error",
  "message": "string",
  "retryable": true
}
{
  "error": "upstream_error",
  "message": "string",
  "retryable": true
}