II.
APIEndpoint JSON
Structured · liveapi-endpoint:kradle-web-get-controller
GET /api/controller json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:kradle-web-get-controller",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/kradle-web-api-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/controller",
"method": "GET",
"path": "/api/controller",
"version": "v1",
"responseShape": "Kradle controller UI model snapshot",
"readOnly": true,
"errorEnvelope": "standard-json",
"authRequired": true,
"description": "Returns the Kradle controller UI model snapshot for an organization. Source: packages/kradle/web/app/api/controller/route.js; export async function GET."
},
"outgoingEdges": [
{
"from": "api-endpoint:kradle-web-get-controller",
"to": "package:a5c-ai-kradle-web",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": []
}