II.
APIEndpoint JSON
Structured · liveapi-endpoint:kradle-web-get-watch-resource-catchall-optional
GET /api/watch/:resource*? json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:kradle-web-get-watch-resource-catchall-optional",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/kradle-web-api-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/watch/:resource*?",
"method": "GET",
"path": "/api/watch/:resource*?",
"version": "v1",
"responseShape": "Server-Sent Events stream or { error, message }",
"readOnly": true,
"errorEnvelope": "standard-json",
"authRequired": true,
"description": "Streams Kradle resource watch events via server-sent events. Source: packages/kradle/web/app/api/watch/[[...resource]]/route.js; export async function GET."
},
"outgoingEdges": [
{
"from": "api-endpoint:kradle-web-get-watch-resource-catchall-optional",
"to": "package:a5c-ai-kradle-web",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": []
}