Skip to main content
GET
/
orgs
/
{org_id}
/
nodes
/
directories
/
tree
Get Directory Tree
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/nodes/directories/tree
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

org_id
string<uuid>
required

Response

Successful Response