Deployments
Read Deployment Schedules
GET
/
api
/
deployments
/
{id}
/
schedules
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe deployment id
Response
200 - application/json
id
string
created
string | null
updated
string | null
deployment_id
string | null
The deployment id associated with this schedule.
schedule
object
requiredThe schedule for the deployment.
active
boolean
default: trueWhether or not the schedule is active.
max_scheduled_runs
integer | null
The maximum number of scheduled runs for the schedule.
Was this page helpful?