Logs List
GET {{baseUrl}}/:organization/:project/_apis/pipelines/:pipelineId/runs/:runId/logs?$expand=<string>&api-version=<string>
Get a list of logs 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
{"logs":[{"createdOn":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","lastChangedOn":"\u003cdateTime\u003e","lineCount":"\u003clong\u003e","signedContent":{"signatureExpires":"\u003cdateTime\u003e","url":"\u003cstring\u003e"},"url":"\u003cstring\u003e"},{"createdOn":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","lastChangedOn":"\u003cdateTime\u003e","lineCount":"\u003clong\u003e","signedContent":{"signatureExpires":"\u003cdateTime\u003e","url":"\u003cstring\u003e"},"url":"\u003cstring\u003e"}],"signedContent":{"signatureExpires":"\u003cdateTime\u003e","url":"\u003cstring\u003e"},"url":"\u003cstring\u003e"}