Monday, August 23, 2021

How to find deployed Components in an Org with Deployment ID?

You can use the Rest Explorer in Workbench (https://workbench.developerforce.com/restExplorer.php)

to make a call to retrieve the components included in the deployment. 

When in the Rest Explorer use a Get with a path of 

"/services/data/v49.0/metadata/deployRequest/<DEPLOYMENT_ID>?includeDetails=true"

(replace <DEPLOYMENT_ID> with the id you see in the Deployment Status e.g. Name:0Af1E00009PLDQ)

The Results will contain detailed information about the deployment:






No comments:

Post a Comment

If you need to connect to the sandbox SFDX

 You can always view all possible connection methods in sfdx sfdx auth --help