Runs Get

GET {{baseUrl}}/:organization/:project/_apis/pipelines/:pipelineId/runs/:runId?api-version=<string>

Gets a run for a particular pipeline.

Request Params

KeyDatatypeRequiredDescription
api-versionstring(Required) Version of the API to use. This should be set to '6.0-preview.1' to use this version of the api.

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}