iiRecord
Agentic AI Atlas · GET /healthz
api-endpoint:adapters-gateway-get-healthza5c.ai
II.
APIEndpoint JSON

api-endpoint:adapters-gateway-get-healthz

Structured · live

GET /healthz json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/adapters-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:adapters-gateway-get-healthz",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/adapters-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /healthz",
    "method": "GET",
    "path": "/healthz",
    "responseShape": "{ ok: bool, serverTime: string, serverVersion: string, runs: { active: int } }",
    "authRequired": false,
    "description": "Liveness/health probe. Source: packages/adapters/gateway/src/server.ts:185-194."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:adapters-gateway-get-healthz",
      "to": "package:a5c-ai-adapters-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-adapters-gateway",
      "to": "api-endpoint:adapters-gateway-get-healthz",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}