Get DeploymentRun
GET
/v1/deployments/{deployment_id}/runs/{drun_id}Retrieve one durable DeploymentRun owned by the requested Deployment.
Path parameters
Deployment that owns the DeploymentRun.
DeploymentRun identifier beginning with drun_.
Errors
404
not_foundThe DeploymentRun does not exist or does not belong to the Deployment.
409
deployment_trigger_in_progressThe DeploymentRun has not resolved yet.

