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

Headers

authorization
string | null

Query Parameters

path
string
default:/

Directory path to list contents

includeSubdirs
boolean
default:false

Include nodes from subdirectories

Response

Successful Response