Skip to main content
GET
/
v2
/
organizations
/
{organizationId}
/
directories
/
{directoryId}
/
sources
List sources
curl --request GET \
  --url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId}/sources \
  --header 'Authorization: Bearer <token>'
Returns all sources that have been uploaded to a directory.

Path parameters

organizationId
string
required
The UUID of the owning organization.
directoryId
string
required
The UUID of the directory whose sources you want to list.