Skip to main content
GET
/
v2
/
organizations
/
{organizationId}
/
directories
/
{directoryId}
/
readiness
Check directory readiness
curl --request GET \
  --url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId}/readiness \
  --header 'Authorization: Bearer <token>'
Returns whether the directory is ready to receive search queries. A directory is ready when at least one source has completed processing and its people are indexed. Check readiness before running your first search after an upload.

Path parameters

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