Ando Docs

Service health check

Service health check

Endpoint

  • Method: GET
  • Path: /healthz
  • Operation ID: agent_healthz_get

cURL

curl https://api.andoai.xyz/healthz

Request Body Schema

{}

Responses

{
  "200": {
    "content": {
      "application/json": {
        "schema": {
          "additionalProperties": {
            "type": "boolean"
          },
          "title": "Response Agent Healthz Get",
          "type": "object"
        }
      }
    },
    "description": "Successful Response"
  }
}

On this page