Deployments
Read Deployment
Get a deployment by id.
get/api/deployments/{id}
Path parameters
idstring uuid required
The deployment id
The deployment id
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"
]
}