GET
/
api
/
deployments
/
{id}
/
schedules

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The 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
required

The schedule for the deployment.

active
boolean
default: true

Whether or not the schedule is active.

max_active_runs
integer | null

The maximum number of active runs for the schedule.

max_scheduled_runs
integer | null

The maximum number of scheduled runs for the schedule.

catchup
boolean
default: false

Whether or not a worker should catch up on Late runs for the schedule.