v51

OpenAPI 3.0.3raw.githubusercontent.com2026-06-2900319.8 KB

GetDeploymentConfig returns the configuration for a deployment that the runtime should apply. This is called by the runtime to pull its Variables and Annotations from the admin service.

get/v1/deployments/{deploymentId}/config

Path parameters

deploymentIdstring required

Response

A successful response.

annotationsobject
duckdbConnectorConfigobject
editableboolean

Whether the deployment is editable (dev environment with changes persisted to git repo).

frontendUrlstring

Frontend URL for the deployment.

systemVariablesobject

System variables set by the admin service that should not be overridden by user input.

updatedOnstring date-time

Timestamp when the deployment was last updated.

usesArchiveboolean

Whether the deployment is git based or archive based.

variablesLegacyobject

Deprecated: Variables for the deployment. Use variables instead.