II.
APIEndpoint overview
Reference · liveapi-endpoint:adapters-gateway-get-dispatches
GET /api/v1/dispatches overview
List active and historical run dispatches (paginated by ?offset=&limit=). Source: packages/adapters/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/adapters/gateway/src/server.ts:268-281 (listDispatches handler also bound to /api/v1/runs as alias).
Outgoing edges
exposed_by1
- package:a5c-ai-adapters-gateway·PackageSurfaceAdapters Gateway
Incoming edges
exposes_endpoint1
- package:a5c-ai-adapters-gateway·PackageSurfaceAdapters Gateway