Get pipeline details action in Azure DevOps package
- Updated: 2026/05/08
Get pipeline details action in Azure DevOps package
The Get pipeline details action in the Azure DevOps package enables you to retrieve the configuration details of a specific CI/CD pipeline in Azure DevOps.
Settings
- Session name: The name of the active Azure DevOps session. Choose Session name and enter the name you specified when you opened the session, or choose Variable to use a session variable.
- Pipeline ID: Specify the numeric identifier of the pipeline for which you want to retrieve details. Enter the pipeline ID directly or use a string variable.
- Assign output to a variable : The variable to store the pipeline
details returned by Azure DevOps: Choose any one of
the following:
- Multiple variables: Choose this option to map individual output keys to separate variables using the variable mapping interface.
- Dictionary: Choose this option to store all output key-value pairs in a single dictionary variable.
The following keys are retrieved: folder, name, configurationType, url, revision.