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

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

Structured · live

GET /api/runs json

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

File · extensions/api-endpoints/adapters-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:adapters-gateway-get-runs-kanban",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/adapters-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/runs",
    "method": "GET",
    "path": "/api/runs",
    "responseShape": "RunQueryResult (mode=projects | per-project | all-runs depending on query)",
    "authRequired": false,
    "description": "List runs across discovered run dirs. Query: ?mode=projects | ?project= | ?limit= ?offset= ?search= ?status= ?sort=. Source: packages/adapters/gateway/src/kanban/routes.ts:1382-1404."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:adapters-gateway-get-runs-kanban",
      "to": "package:a5c-ai-adapters-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-adapters-gateway",
      "to": "api-endpoint:adapters-gateway-get-runs-kanban",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}