Artifacts Get

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

Get a specific artifact from a pipeline run

Request Params

KeyDatatypeRequiredDescription
artifactNamestring(Required) Name of the artifact.
$expandstringExpand options. Default is None.
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;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;signedContent&quot;:{&quot;signatureExpires&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;},&quot;url&quot;:&quot;\u003cstring\u003e&quot;}