Service databases

Get service database logs

Get Docker logs for a compose database container.

get/services/{uuid}/databases/{database_uuid}/logs

Path parameters

uuidstring required
database_uuidstring required

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