Logs
GET {{baseUrl}}/deploy/logs/:deployment_id?n_lines=30
Get the logs of a deployment
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
n_lines | number | Number of log lines to retrieve |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"logs":["\u003cstring\u003e","\u003cstring\u003e"]}