> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitsearch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Check directory readiness

> Return whether a directory is ready to receive search queries after source uploads complete.

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

<ParamField path="organizationId" type="string" required>
  The UUID of the owning organization.
</ParamField>

<ParamField path="directoryId" type="string" required>
  The UUID of the directory to check.
</ParamField>
