iiRecord
Agentic AI Atlas · GET /api/orgs
api-endpoint:kradle-web-get-orgsa5c.ai
II.
APIEndpoint JSON

api-endpoint:kradle-web-get-orgs

Structured · live

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