Skip to main content
GET
/
v2
/
organizations
/
{organizationId}
/
directories
/
{directoryId}
Get a directory
curl --request GET \
  --url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId} \
  --header 'Authorization: Bearer <token>'
Returns a single directory by ID.

Path parameters

organizationId
string
required
The UUID of the owning organization.
directoryId
string
required
The UUID of the directory to retrieve.