---
title: "Single Series Episodes"
method: GET
path: "/apps/series/{series_id}/episodes"
tags: ["Series"]
---

# Single Series Episodes

`GET /apps/series/{series_id}/episodes`

Returns the episode objects of the series with the given series ID

Each episode object includes an `episode_number`, `season_number` and the `media` object.

## Path parameters

- `series_id` string, required

## Query parameters

- `page_offset` integer
- `page_limit` integer
- `after_id` string

## Response `200`

JSON object describing a Series object.

## Other responses

- `404` — Not Found The requested asset could not be found.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/revisions/180db7cada27/schema)
