GET
/
v1
/
installs
/
{install_id}
/
deploys
/
{deploy_id}
/
logs
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/installs/{install_id}/deploys/{deploy_id}/logs \
  --header 'Authorization: <api-key>'
[
  "<any>"
]

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

deploy_id
string
required

deploy ID

Response

200 - application/json

The response is of type any[].