Get Task Logs

Get Task Logs

Get a specific logs for the given task. The logs can be filtered by subtask to retrieve content only for a defined subtask name.

Request
URI
GET
https://{api_host}/https://{{host}}:{{port}}/api/v5/task/{taskId}/logs
COPY
Path Parameters
integer
taskId
Required

The ID of the task to get logs for.

Query Parameters
string
subtask
Optional

The name of the sub task to extract the logs for.

string
filter
Optional

Filter (regex) to filter the log content.


Responses
200

Details of requested task's logs.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure

404

Task is not found

Operation doesn't return any data structure