Deployments
Recent runtime logs (tail) for a deployment. With no `source`, reads both the production API / worker pods and the dev-mode worker, merged chronologically; scope with `?source=production` or `?source=dev`.
get/api/v1/deployments/{deploymentId}/logs
Path parameters
deploymentIdinteger required
Query parameters
source'production' | 'dev'
podstring nullable
container'INIT' | 'MAIN' | 'cubejs-server' | 'vector' | 'api-proxy'