iiRecord
Agentic AI Atlas · GET /api/watch/:resource*?
api-endpoint:kradle-web-get-watch-resource-catchall-optionala5c.ai
II.
APIEndpoint JSON

api-endpoint:kradle-web-get-watch-resource-catchall-optional

Structured · live

GET /api/watch/:resource*? json

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

File · extensions/api-endpoints/kradle-web-api-endpoints.yamlCluster · extensions
Record JSON
{
  "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": []
}