Skip to main content
GET
/
v2
/
organizations
/
{organizationId}
/
directories
/
{directoryId}
/
sources
/
{sourceId}
Get a source
curl --request GET \
  --url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId}/sources/{sourceId} \
  --header 'Authorization: Bearer <token>'
Returns full metadata for a single source, including row counts and validation details.

Path parameters

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