getLogs

suspend fun getLogs(id: String, parameters: ContainerLogsParameters = ContainerLogsParameters()): Result<Flow<LogLine>, ErrorResponse>

Get container logs

Get stdout and stderr logs from a container. Note: This endpoint works only for containers with the json-file or journald logging driver.