II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-get-dispatches
GET /api/v1/dispatches json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-get-dispatches",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/dispatches",
"method": "GET",
"path": "/api/v1/dispatches",
"responseShape": "{ dispatches: list<RunRecord>, runs: list<RunRecord>, pagination: { total, offset, limit, hasMore } }",
"authRequired": true,
"description": "List active and historical run dispatches (paginated by ?offset=&limit=). Source: packages/agent-mux/gateway/src/server.ts:268-281 (listDispatches handler also bound to /api/v1/runs as alias)."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-get-dispatches",
"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-dispatches",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}