Org Explorer

Get stored component source data. Pass refresh=true to trigger async re-fetch.

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

Repository identifier (e.g., owner/repo)

orgUsernamestringRequired

Salesforce org username

metadataTypestringRequired

Metadata type (e.g., ApexClass, CustomObject)

memberNamestringRequired

Member name

refreshbooleanOptional

If true, triggers an async refresh and returns pending status

Default: false
Responses
chevron-right
200

Stored component data, not_found, or pending status

No content

get
/sfp/api/orgs/explorer/components

No content

List stored components for an org

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

Salesforce org username

metadataTypestringOptional

Filter by metadata type

Responses
chevron-right
200

List of stored components with summary info

No content

get
/sfp/api/orgs/explorer/components/list

No content

Get org metadata sync summary

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

Repository identifier (e.g., owner/repo)

orgUsernamestringRequired

Salesforce org username

Responses
chevron-right
200

Metadata sync summary or not_synced status

No content

get
/sfp/api/orgs/explorer/metadata

No content

Trigger full org metadata sync (describe, list, retrieve all)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
repositoryIdentifierstringRequired

Repository identifier (e.g., owner/repo)

orgUsernamestringRequired

Salesforce org username

typeFilterstring[]Optional

Optional list of metadata types to limit the sync

Responses
chevron-right
200

Metadata sync triggered

No content

post
/sfp/api/orgs/explorer/metadata/refresh

No content

Last updated