---
title: "Gets a live tv series timer."
method: GET
path: "/LiveTv/SeriesTimers/{timerId}"
tags: ["LiveTv"]
---

# Gets a live tv series timer.

`GET /LiveTv/SeriesTimers/{timerId}`

## Path parameters

- `timerId` string, required — Timer id.

## Response `200`

Series timer returned.

- SeriesTimerInfoDto — Class SeriesTimerInfoDto.
  - `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.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Series timer not found.

---

[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)
