---
title: "Get all Thrive podcasts with seasons and episodes"
method: GET
path: "/v2/podcasts"
tags: ["content"]
---

# Get all Thrive podcasts with seasons and episodes

`GET /v2/podcasts`

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `learnV2` object
        - `getPodcasts` object
          - `items` PodcastItem[]
            - `id` string, required
            - `uuid` string, uuid, nullable
            - `title` string, required
            - `summary` string, nullable
            - `imageUrl` string, uri, nullable
            - `numberOfSeasons` integer
            - `numberOfEpisodes` integer
            - `seasons` PodcastSeason[]
              - …
            - `tags` TaxonomyTerm[] — Tags associated with this podcast, as term objects.
              - …
            - `conditions` TaxonomyTerm[] — Health conditions associated with this podcast. Currently always empty.
              - …
            - `coreHealthBehaviors` TaxonomyTerm[] — Core health behaviors associated with this podcast. Currently always empty.
              - …
          - `page` integer
          - `pageSize` integer
          - `hasMore` boolean

## Other responses

- `401` — Unauthorized — missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api.md) · [All operations](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thriveglobal/thrive-global-partner-api/revisions/0e40a805593b/schema)
