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

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

Structured · live

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

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-get-run-task",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "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."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-get-run-task",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-get-run-task",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}