Download deployed product job log

Download deployed product job log

Download deployed product job log

Request
URI
GET
https://{api_host}/api/v0/deployed/products/{product_guid}/jobs/{job_guid}/logs/{task_id}
COPY
Path Parameters
string
product_guid
Required

The guid of the product

string
job_guid
Required

The guid of the job

integer
task_id
Required
Constraints: minimum: 1

task_id


Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/products/{product_guid}/jobs/{job_guid}/logs/{task_id}