iiRecord
Agentic AI Atlas · GET /api/v1/dispatches
api-endpoint:agent-mux-gateway-get-dispatchesa5c.ai
II.
APIEndpoint overview

api-endpoint:agent-mux-gateway-get-dispatches

Reference · live

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).

APIEndpointOutgoing · 1Incoming · 1

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

Incoming edges

exposes_endpoint1