Schedule
Get a schedule by ID. Available only on schedules associated with GitHub OAuth or Bitbucket Cloud pipeline definitions.
Get a schedule by id.
get/schedule/{schedule-id}
Path parameters
schedule-idstring uuid required
The unique ID of the schedule.
Response
A schedule object.
Example response
{
"project-slug": "gh/CircleCI-Public/api-preview-docs",
"parameters": {
"deploy_prod": true,
"branch": "feature/design-new-api"
}
}