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

idstring uuid
createdstring date-time
updatedstring date-time
deployment_idstring uuid

The deployment id associated with this schedule.

activeboolean

Whether or not the schedule is active.

Example response

[
  {
    "schedule": {
      "timezone": "America/New_York"
    }
  }
]

Changes