Skip to content

Get DeploymentRun

GET/v1/deployments/{deployment_id}/runs/{drun_id}

Retrieve one durable DeploymentRun owned by the requested Deployment.

Path parameters

stringdeployment_idrequired

Deployment that owns the DeploymentRun.

stringdrun_idrequired

DeploymentRun identifier beginning with drun_.

Errors

404not_found

The DeploymentRun does not exist or does not belong to the Deployment.

409deployment_trigger_in_progress

The DeploymentRun has not resolved yet.