Logs Get

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

Get a specific log from a pipeline run

Request Params

| Key | Datatype | Required | Description | | $expand | string | | Expand options. Default is None. | | api-version | string | | (Required) Version of the API to use. This should be set to '6.0-preview.1' to use this version of the api. |

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{&quot;createdOn&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;lastChangedOn&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;lineCount&quot;:&quot;\u003clong\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;}