GET /api/v1/runs
api-endpoint:agent-mux-gateway-get-runs-v1
APIEndpointextensions/api-endpoints/agent-mux-gateway-endpoints.yaml·Open in Graph → {
"id": "api-endpoint:agent-mux-gateway-get-runs-v1",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/runs",
"method": "GET",
"path": "/api/v1/runs",
"responseShape": "{ dispatches: list<RunRecord>, runs: list<RunRecord>, pagination: { total, offset, limit, hasMore } }",
"authRequired": true,
"description": "Alias of GET /api/v1/dispatches; uses listDispatches handler. Source: packages/agent-mux/gateway/src/server.ts:282."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-get-runs-v1",
"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-runs-v1",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}