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

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

Structured · live

GET /api/v1/runs/:runId 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-v1",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/v1/runs/:runId",
    "method": "GET",
    "path": "/api/v1/runs/:runId",
    "responseShape": "RunRecord | { error: 'not_found' }",
    "authRequired": true,
    "description": "Alias of GET /api/v1/dispatches/:runId. Source: packages/agent-mux/gateway/src/server.ts:522."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-get-run-v1",
      "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-v1",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}