// Deployments

Get deployment status

Fetch live status and logs for a running or completed deployment.

GET/api/deployment

Description

Returns the current status of a deployment, plus a chunk of logs. Use getLogsAfter to incrementally page through log entries by passing the latest log timestamp you have.

Parameters

NameInTypeRequiredDescription
deploymentId query string yes ID of the deployment.
skipLogs query boolean no Set to true to skip the log body and just get status.
getLogsAfter query number no Unix-ticks timestamp - only return log entries strictly newer than this.

Errors

StatusMeaning
400 Invalid or unknown deploymentId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.