Deployments
Read Deployment By Name
Get a deployment using the name of the flow and the deployment.
get/api/deployments/name/{flow_name}/{deployment_name}
Path parameters
flow_namestring required
The name of the flow
The name of the flow
deployment_namestring required
The name of the deployment
The name of the deployment
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
{
"schedule": {
"timezone": "America/New_York"
},
"schedules": [
{
"schedule": {
"timezone": "America/New_York"
}
}
],
"tags": [
"tag-1",
"tag-2"
]
}