GET /api/runs/:runId
api-endpoint:agent-mux-gateway-get-run-kanban
APIEndpointextensions/api-endpoints/agent-mux-gateway-endpoints.yaml·Open in Graph → {
"id": "api-endpoint:agent-mux-gateway-get-run-kanban",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/runs/:runId",
"method": "GET",
"path": "/api/runs/:runId",
"responseShape": "{ run: RunDetail & { totalEvents } } | { error }",
"authRequired": false,
"description": "Fetch a run by id, optionally limiting embedded events with ?maxEvents=N (default 50). Source: packages/agent-mux/gateway/src/kanban/routes.ts:1406-1430."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-get-run-kanban",
"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-run-kanban",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}