---
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.

---

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