Deployments
Read Deployment Schedules
get/api/deployments/{id}/schedules
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"
}
}
]Changes
Changed in 2 of the 50 revisions of this API.4
- ○
added the optional property
items/catchupto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/max_active_runsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/max_scheduled_runsto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○