II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-get-digest
GET /api/digest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-get-digest",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/digest",
"method": "GET",
"path": "/api/digest",
"responseShape": "{ runs: list<RunDigest> } | { error: 'INIT_FAILED' }",
"authRequired": false,
"description": "Discover run dirs and return cached digests sorted by updatedAt desc. Source: packages/agent-mux/gateway/src/kanban/routes.ts:1359-1380."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-get-digest",
"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-digest",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}