Get a deploy for a deployment

GET

Get a deploy for a deployment

Path parameters

organizationIdstringRequired

The ID of the Organization in which to create the Deployment.

deploymentIdstringRequired

The Deployment’s ID.

deployIdstringRequired

The Deploy’s ID.

Response

OK

createdAtdatetime

The time when the deploy was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

deploymentIdstring

The Deployment’s ID.

idstring

The deploy’s ID.

imageRepositorystring

The URL of the deploy’s image repository.

imageTagstring

The deploy’s image tag. Appears only if specified in the most recent deploy.

isDagDeployEnabledboolean

Whether the deploy was triggered on a Deployment with DAG deploys enabled.

statusenum
Allowed values: INITIALIZEDDEPLOYEDFAILED

The status of the deploy.

typeenum
Allowed values: IMAGE_AND_DAGIMAGE_ONLYDAG_ONLY

The type of deploy.

airflowVersionstringOptional

The deploy’s Airflow version.

astroRuntimeVersionstringOptional

The deploy’s Astro Runtime version.

createdBySubjectobjectOptional
dagTarballVersionstringOptional

The deploy’s DAG tarball version, also known as the Bundle Version in the Astro UI.

dagsUploadUrlstringOptional

The deploy’s upload URL to upload DAG bundles. Appears only if dag deploys are enabled on the Deployment.

descriptionstringOptional

The deploy’s description.

rollbackFromIdstringOptional

The ID of the deploy that you completed a rollback on. Appears only if a rollback has been performed.

updatedAtdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The time when the deploy was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

updatedBySubjectobjectOptional