Releases - Get Task Log
Gets the task log of a release as a plain text file.
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}/environments/{environmentId}/deployPhases/{releaseDeployPhaseId}/tasks/{taskId}/logs?api-version=7.1
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}/environments/{environmentId}/deployPhases/{releaseDeployPhaseId}/tasks/{taskId}/logs?startLine={startLine}&endLine={endLine}&api-version=7.1
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
environment
|
path | True |
integer int32 |
Id of release environment. |
organization
|
path | True |
string |
The name of the Azure DevOps organization. |
project
|
path | True |
string |
Project ID or project name |
release
|
path | True |
integer int32 |
Release deploy phase Id. |
release
|
path | True |
integer int32 |
Id of the release. |
task
|
path | True |
integer int32 |
ReleaseTask Id for the log. |
api-version
|
query | True |
string |
Version of the API to use. This should be set to '7.1' to use this version of the api. |
end
|
query |
integer int64 |
Ending line number for logs |
|
start
|
query |
integer int64 |
Starting line number for logs |
Responses
Name | Type | Description |
---|---|---|
200 OK |
string |
successful operation Media Types: "text/plain" |
Security
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
Name | Description |
---|---|
vso.release | Grants the ability to read release artifacts, including folders, releases, release definitions and release environment. |
Examples
Get logs of a task
Sample request
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}/environments/{environmentId}/deployPhases/{releaseDeployPhaseId}/tasks/{taskId}/logs?api-version=7.1
Sample response
transfer-Encoding: chunked