iiRecord
Agentic AI Atlas · GET /api/runs/:runId
api-endpoint:adapters-gateway-get-run-kanbana5c.ai
II.
APIEndpoint overview

api-endpoint:adapters-gateway-get-run-kanban

Reference · live

GET /api/runs/:runId overview

Fetch a run by id, optionally limiting embedded events with ?maxEvents=N (default 50). Source: packages/adapters/gateway/src/kanban/routes.ts:1406-1430.

APIEndpointOutgoing · 1Incoming · 1

Attributes

displayName
GET /api/runs/:runId
method
GET
path
/api/runs/:runId
responseShape
{ run: RunDetail & { totalEvents } } | { error }
authRequired
false
description
Fetch a run by id, optionally limiting embedded events with ?maxEvents=N (default 50). Source: packages/adapters/gateway/src/kanban/routes.ts:1406-1430.

Outgoing edges

exposed_by1

Incoming edges

exposes_endpoint1