iiRecord
Agentic AI Atlas · GET /api/runs/:runId/tasks/:effectId
api-endpoint:agent-mux-gateway-get-run-taska5c.ai
II.
APIEndpoint overview

api-endpoint:agent-mux-gateway-get-run-task

Reference · live

GET /api/runs/:runId/tasks/:effectId overview

Fetch a task detail. With ?file= reads a preview file from the run dir or task cwd (loadPreviewFile). Source: packages/agent-mux/gateway/src/kanban/routes.ts:1459-1488.

APIEndpointOutgoing · 1Incoming · 1

Attributes

displayName
GET /api/runs/:runId/tasks/:effectId
method
GET
path
/api/runs/:runId/tasks/:effectId
responseShape
{ task: TaskDetail } | { content: string } | { error }
authRequired
false
description
Fetch a task detail. With ?file= reads a preview file from the run dir or task cwd (loadPreviewFile). Source: packages/agent-mux/gateway/src/kanban/routes.ts:1459-1488.

Outgoing edges

exposed_by1

Incoming edges

exposes_endpoint1