Skip to main content
GET
Get Org Graph

Headers

authorization
string | null

Path Parameters

org_id
string<uuid>
required

Response

Successful Response

Complete org graph for visualization.

nodes
GraphNodeResponse · object[]
required

All nodes in the org

edges
GraphEdge · object[]
required

All edges (parent-child + connections)

total_nodes
integer
required

Total node count

total_edges
integer
required

Total edge count

org_name
string | null

Display name of the org (used by the public viewer's org-name card)