II.
APIEndpoint JSON
Structured · liveapi-endpoint:adapters-gateway-get-runs-kanban
GET /api/runs json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}