iiRecord
Agentic AI Atlas · GET /api/orgs/:org/repositories/:name/tree
api-endpoint:kradle-web-get-orgs-org-repositories-name-treea5c.ai
II.
APIEndpoint JSON

api-endpoint:kradle-web-get-orgs-org-repositories-name-tree

Structured · live

GET /api/orgs/:org/repositories/:name/tree 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-orgs-org-repositories-name-tree",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/kradle-web-api-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/orgs/:org/repositories/:name/tree",
    "method": "GET",
    "path": "/api/orgs/:org/repositories/:name/tree",
    "version": "v1",
    "responseShape": "repository tree listing or { error, message }",
    "readOnly": true,
    "errorEnvelope": "standard-json",
    "authRequired": true,
    "description": "Lists repository tree entries through Kradle web. Source: packages/kradle/web/app/api/orgs/[org]/repositories/[name]/tree/route.js; export async function GET."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:kradle-web-get-orgs-org-repositories-name-tree",
      "to": "package:a5c-ai-kradle-web",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}