II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-get-backlog
GET /api/backlog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-get-backlog",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/backlog",
"method": "GET",
"path": "/api/backlog",
"responseShape": "BacklogOverview",
"authRequired": false,
"description": "Return full backlog overview (projects, issues, snapshot). Source: packages/agent-mux/gateway/src/kanban/routes.ts:443-450."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-get-backlog",
"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-backlog",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}