---
title: "Get a scheduler by ID"
method: GET
path: "/schedulers/{id}"
tags: ["Schedulers"]
---

# Get a scheduler by ID

`GET /schedulers/{id}`

## Path parameters

- `id` string, required — Scheduler ID

## Response `200`

The requested scheduler

- SchedulerObjectResult
  - `data` object, required — Scheduler object
    - `id` string, required — Unique identifier of the scheduler
    - `name` string, required — Name of the scheduler
    - `createdAt` string, required — Creation timestamp
    - `updatedAt` string, required — Last update timestamp
    - `enabled` boolean, required — Whether the scheduler is enabled
    - `startDate` string, required — Start date (YYYY-MM-DD)
    - `startTime` string, required — Start time (HH:mm)
    - `endDate` string — End date (YYYY-MM-DD)
    - `endTime` string — End time (HH:mm)
    - `recurrence` string — RRULE recurrence string
    - `timeZone` string, required — IANA time zone
    - `channelIds` string[], required — Channel IDs
    - `channels` SchedulerChannelSelection[], required — Channels with optional engine selection (engineIds omitted = all engines)
      - `channelId` string, required — Channel ID
      - `engineIds` string[] — Engine IDs of this channel to start/stop. Omit to include all engines of the channel.

## Changes

- **2026-08-27** `e758bb183695` — 1 info
  - api operation id `get-scheduler` was added
- **2026-07-26** `7bfe58df4d98` — 1 info
  - added the required property `data/allOf[#/components/schemas/Scheduler]/channels` to the response with the `200` status

[Change history](https://skmtc.dev/dolby/apis/theolive-api/changes/schedulers/:id/get.md)

---

[API](https://skmtc.dev/dolby/apis/theolive-api.md) · [All operations](https://skmtc.dev/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/6d732ea309d1/schema)
