---
title: "GET /channel/{ChannelName}/schedule"
method: GET
path: "/channel/{ChannelName}/schedule"
---

# GET /channel/{ChannelName}/schedule

`GET /channel/{ChannelName}/schedule`

Retrieves information about your channel's schedule.

## Path parameters

- `ChannelName` string, required

## Query parameters

- `durationMinutes` string
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetChannelScheduleResponse
  - `Items` ScheduleEntry[] — A list of schedule entries for the channel.
    - `ApproximateDurationSeconds` integer — The approximate duration of this program, in seconds.
    - `ApproximateStartTime` string, date-time — The approximate time that the program will start playing.
    - `Arn` string, required — The ARN of the program.
    - `ChannelName` string, required — The name of the channel that uses this schedule.
    - `LiveSourceName` string — The name of the live source used for the program.
    - `ProgramName` string, required — The name of the program.
    - `ScheduleAdBreaks` ScheduleAdBreak[] — The schedule's ad break properties.
      - `ApproximateDurationSeconds` integer — The approximate duration of the ad break, in seconds.
      - `ApproximateStartTime` string, date-time — The approximate time that the ad will start playing.
      - `SourceLocationName` string — The name of the source location containing the VOD source used for the ad break.
      - `VodSourceName` string — The name of the VOD source used for the ad break.
    - `ScheduleEntryType` 'PROGRAM' | 'FILLER_SLATE' — The type of schedule entry.
    - `SourceLocationName` string, required — The name of the source location.
    - `VodSourceName` string — The name of the VOD source.
  - `NextToken` string — Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

---

[API](https://skmtc.net/aws/apis/mediatailor.md) · [All operations](https://skmtc.net/aws/apis/mediatailor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mediatailor/versions/52c4c025987a/schema)
