Service applications

Get service application logs

Get Docker logs for a single compose service container.

get/services/{uuid}/applications/{app_uuid}/logs

Path parameters

uuidstring required

Service UUID.

app_uuidstring required

Service application UUID.

Query parameters

integer
OR
'all'

Number of lines to show from the end of the logs. Use all to return all logs. -1 remains available as a compatibility alias.

Response

Logs.

logsstring

Changes