---
title: "GET /podcasts/{podcastId}/episodes"
method: GET
path: "/podcasts/{podcastId}/episodes"
tags: ["Podcast"]
---

# GET /podcasts/{podcastId}/episodes

`GET /podcasts/{podcastId}/episodes`

Get a list of all episodes under a podcast.

## Path parameters

- `podcastId` string, required

## Query parameters

- `page` string
- `pageSize` string
- `order` string
- `filters` string

## Response `200`

200 response

- PodcastEpisodeList
  - `episodes` PodcastEpisodeListEpisodesItem[]
    - `episodeId` integer
    - `podcastUrl` string
    - `podcastId` integer
    - `title` string
    - `description` string
    - `image` string
    - `author` string
    - `play` object
      - `url` string
      - `type` string
      - `size` string
      - `duration` string
      - `durationInSec` integer
    - `publishTime` string
    - `publishedOn` integer
    - `episodeUrl` string
    - `isNew` boolean
  - `page` integer
  - `pageSize` integer
  - `noOfPages` integer
  - `total` integer

## Other responses

- `404` — 404 response
- `500` — 500 response

---

[API](https://skmtc.net/hubhopper/apis/hubhopper-partner-integration-api-s-production.md) · [All operations](https://skmtc.net/hubhopper/apis/hubhopper-partner-integration-api-s-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubhopper/hubhopper-partner-integration-api-s-production/revisions/6b96d896e717/schema)
