Read Deployment By Name
Get a deployment using the name of the flow and the deployment.
Headers
Path Parameters
The name of the flow
The name of the deployment
Response
The flow id associated with the deployment.
The name of the deployment.
DEPRECATED: Prefer global_concurrency_limit
. Will always be None for backwards compatibility. Will be removed after December 2024.
The concurrency options for the deployment.
Optional information about the creator of this deployment.
A description for the deployment.
Whether or not the deployment should enforce the parameter schema.
The path to the entrypoint for the workflow, relative to the path
.
The global concurrency limit object for enforcing the maximum number of flow runs that can be active at once.
The block document defining infrastructure to use for flow runs.
Overrides to apply to the base infrastructure block at runtime.
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
The last time the deployment was polled for status updates.
The parameter schema of the flow, including defaults.
Parameters for flow runs scheduled by the deployment.
The path to the working directory for the workflow, relative to remote storage or an absolute path.
Whether or not the deployment is paused.
Pull steps for cloning and running this deployment.
A list of schedules for the deployment.
Whether the deployment is ready to run flows.
READY
, NOT_READY
The block document defining storage used for this flow.
A list of tags for the deployment
Optional information about the updater of this deployment.
An optional version for the deployment.
The name of the deployment's work pool.
The work queue for the deployment. If no work queue is set, work will not be scheduled.