GET /healthz
api-endpoint:agent-mux-gateway-get-healthz
APIEndpointextensions/api-endpoints/agent-mux-gateway-endpoints.yaml·Open in Graph → {
"id": "api-endpoint:agent-mux-gateway-get-healthz",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-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/agent-mux/gateway/src/server.ts:185-194."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-get-healthz",
"to": "package:a5c-ai-agent-mux-gateway",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-gateway",
"to": "api-endpoint:agent-mux-gateway-get-healthz",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}