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

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

Reference · live

GET /api/v1/dispatches/:runId overview

Fetch a single run by id (getDispatch handler also bound to /api/v1/runs/:runId). Source: packages/agent-mux/gateway/src/server.ts:508-521.

APIEndpointOutgoing · 1Incoming · 1

Attributes

displayName
GET /api/v1/dispatches/:runId
method
GET
path
/api/v1/dispatches/:runId
responseShape
RunRecord | { error: 'not_found' }
authRequired
true
description
Fetch a single run by id (getDispatch handler also bound to /api/v1/runs/:runId). Source: packages/agent-mux/gateway/src/server.ts:508-521.

Outgoing edges

exposed_by1

Incoming edges

exposes_endpoint1