---
title: "GET /podcasts"
method: GET
path: "/podcasts"
tags: ["Podcast"]
---

# GET /podcasts

`GET /podcasts`

Get the list of all podcasts.

## Query parameters

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

## Response `200`

200 response

- PodcastList
  - `podcasts` PodcastListPodcastsItem[]
    - `podcastId` integer
    - `categoryId` integer
    - `featuredId` integer
    - `category` object
      - `id` integer
      - `name` string
    - `featured` object
      - `id` integer
      - `name` string
    - `title` string
    - `author` string
    - `image` string
    - `url` string
    - `episodes` integer
    - `keywords` string
    - `description` string
    - `latestEpisodeTime` string
  - `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)
