Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the details of a specific pipeline.
External DocumentationTo learn more, visit the Azure DevOps documentation.

Basic Parameters

ParameterDescription
OrganizationThe Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page.
Pipeline IDThe unique identifier of the pipeline. You can find the Pipeline ID by navigating to the Pipelines tab of the project where the pipeline is defined.
You can find the desired project by navigating to the Azure DevOps Projects page.
ProjectThe Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page.

Advanced Parameters

ParameterDescription
Pipeline VersionThe version of the pipeline configuration. You can find the Pipeline version by navigating to the Pipelines tab of the project where the pipeline is defined.
You can find the desired project by navigating to the Azure DevOps Projects page.

Example Output

{
	"_links": {
		"self": {
			"href": "<string>"
		},
		"web": {
			"href": "<string>"
		}
	},
	"configuration": {
		"path": "<string>",
		"repository": {
			"id": "<string>",
			"type": "<string>"
		},
		"type": "<string>"
	},
	"url": "<string>",
	"id": 929,
	"revision": 493,
	"name": "<string>",
	"folder": "<string>"
}

Workflow Library Example

Get Pipeline with Azure Devops and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop