Orgs Meta

Get aggregated org metadata

get

Retrieves a unified view of all Salesforce organizations from multiple sources: registered orgs, scratch org pools, and sandbox pools. Orgs appearing in multiple sources are deduplicated and merged into a single entry.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
poolTagstringOptional

Filter pool orgs by pool tag

Example: core_dev
statusstringOptional

Filter pool orgs by status

Example: available
repositoryIdentifierstringOptional

Filter by repository identifier (owner/repo format)

Example: flxbl-io/sf-core
includeEnvironmentsbooleanOptional

Include environment details for registered orgs

Default: trueExample: true
devHubOnlybooleanOptional

Filter registered orgs to DevHubs only

Default: falseExample: false
Responses
chevron-right
200

Aggregated org metadata retrieved successfully

application/json
namestringRequired

Common identifier - instanceName for sandboxes, username for production/scratch orgs

usernamestringOptional

Salesforce username (email format)

instanceUrlstringOptional

Salesforce instance URL

orgIdstringOptional

Salesforce organization ID (18 character)

loginUrlstringOptional

Login URL for authentication

organizationTypestring · enumOptional

Organization type (only for registered orgs)

Possible values:
isDevHubbooleanOptional

Whether this org is a DevHub (only for registered orgs)

isDefaultbooleanOptional

Whether this is the default org (only for registered orgs)

metadataobjectOptional

Custom metadata attached to the registered org

get
/sfp/api/orgs/meta

Last updated