---
title: "Gets live tv series timers."
method: GET
path: "/LiveTv/SeriesTimers"
tags: ["LiveTv"]
---

# Gets live tv series timers.

`GET /LiveTv/SeriesTimers`

## Query parameters

- `sortBy` string, nullable — Optional. Sort by SortName or Priority.
- `sortOrder` 'Ascending' | 'Descending' — An enum representing the sorting order.

## Response `200`

Timers returned.

- SeriesTimerInfoDtoQueryResult
  - `Items` SeriesTimerInfoDto[], nullable — Gets or sets the items.
    - `Id` string, nullable — Id of the recording.
    - `Type` string, nullable
    - `ServerId` string, nullable — Gets or sets the server identifier.
    - `ExternalId` string, nullable — Gets or sets the external identifier.
    - `ChannelId` string, uuid — ChannelId of the recording.
    - `ExternalChannelId` string, nullable — Gets or sets the external channel identifier.
    - `ChannelName` string, nullable — ChannelName of the recording.
    - `ChannelPrimaryImageTag` string, nullable
    - `ProgramId` string, nullable — Gets or sets the program identifier.
    - `ExternalProgramId` string, nullable — Gets or sets the external program identifier.
    - `Name` string, nullable — Name of the recording.
    - `Overview` string, nullable — Description of the recording.
    - `StartDate` string, date-time — The start date of the recording, in UTC.
    - `EndDate` string, date-time — The end date of the recording, in UTC.
    - `ServiceName` string, nullable — Gets or sets the name of the service.
    - `Priority` integer — Gets or sets the priority.
    - `PrePaddingSeconds` integer — Gets or sets the pre padding seconds.
    - `PostPaddingSeconds` integer — Gets or sets the post padding seconds.
    - `IsPrePaddingRequired` boolean — Gets or sets a value indicating whether this instance is pre padding required.
    - `ParentBackdropItemId` string, nullable — If the item does not have any backdrops, this will hold the Id of the Parent that has one.
    - `ParentBackdropImageTags` string[], nullable — Gets or sets the parent backdrop image tags.
    - `IsPostPaddingRequired` boolean — Gets or sets a value indicating whether this instance is post padding required.
    - `KeepUntil` 'UntilDeleted' | 'UntilSpaceNeeded' | 'UntilWatched' | 'UntilDate'
    - `RecordAnyTime` boolean — Gets or sets a value indicating whether [record any time].
    - `SkipEpisodesInLibrary` boolean
    - `RecordAnyChannel` boolean — Gets or sets a value indicating whether [record any channel].
    - `KeepUpTo` integer
    - `RecordNewOnly` boolean — Gets or sets a value indicating whether [record new only].
    - `Days` DayOfWeek[], nullable — Gets or sets the days.
    - `DayPattern` 'Daily' | 'Weekdays' | 'Weekends'
    - `ImageTags` object, nullable — Gets or sets the image tags.
    - `ParentThumbItemId` string, nullable — Gets or sets the parent thumb item id.
    - `ParentThumbImageTag` string, nullable — Gets or sets the parent thumb image tag.
    - `ParentPrimaryImageItemId` string, nullable — Gets or sets the parent primary image item identifier.
    - `ParentPrimaryImageTag` string, nullable — Gets or sets the parent primary image tag.
  - `TotalRecordCount` integer — The total number of records available.
  - `StartIndex` integer — The index of the first record in Items.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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