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.