Skip to main content
GET
/
orgs
/
{org_id}
/
directories
/
contents
Get Org Directory Contents
curl --request GET \
  --url https://api.yertle.com/orgs/{org_id}/directories/contents
{}

Documentation Index

Fetch the complete documentation index at: https://docs.yertle.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

org_id
string
required

Query Parameters

path
string
default:/

Directory path to list contents

includeSubdirs
boolean
default:false

Include nodes from subdirectories

Response

Successful Response

Response for directory-contents endpoints.

Shape is dynamic — callers receive the contents dict produced by the search service. Additional fields are allowed.