II.
APIEndpoint overview
Reference · liveapi-endpoint:agent-mux-gateway-get-dispatches
GET /api/v1/dispatches overview
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).
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).
Outgoing edges
exposed_by1
- package:a5c-ai-agent-mux-gateway·PackageSurface
Incoming edges
exposes_endpoint1
- package:a5c-ai-agent-mux-gateway·PackageSurface