GET
/
api
/
deployments
/
{id}
/
schedules

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The deployment id

Response

200 - application/json
created
string | null
required
id
string
required
schedule
object
required

The schedule for the deployment.

updated
string | null
required
active
boolean
default:
true

Whether or not the schedule is active.

deployment_id
string | null

The deployment id associated with this schedule.

max_scheduled_runs
integer | null

The maximum number of scheduled runs for the schedule.

Required range: x > 0
parameters
object

A dictionary of parameter value overrides.