Get Schedule Run by ID
GET
/v1/deployment_runs/{id}Retrieve one organization-owned DeploymentRun directly by ID.
Path parameters
DeploymentRun identifier beginning with drun_.
Direct lookup
Use this route when you already have the drun_* ID. The nested /v1/deployments/{deployment_id}/runs/{drun_id} route additionally verifies the owning Schedule.

