---
title: "Show podcast"
method: GET
path: "/v1/podcasts/{id}"
tags: ["Podcasts"]
---

# Show podcast

`GET /v1/podcasts/{id}`

Get details for a specific podcast
## Attributes
- **title**: The podcast title
- **description**: The podcast description
- **language**: The podcast language (e.g., "en", "es")
- **owner_email**: The podcast owner's email address
- **owner_name**: The podcast owner's name
- **status**: The podcast status (ready, importing, failed)
- **show_type**: The show type (episodic, serial)
- **thumbnail_url**: URL to the podcast thumbnail image
- **cover_art_url**: URL to the podcast cover art image
- **categories**: Array of podcast categories
- **directories**: Array of podcast directories
- **migrated_to_url**: URL if podcast has been migrated
- **migrated**: Boolean indicating if podcast has been migrated
- **public**: Boolean indicating if podcast is public
- **ready**: Boolean indicating if podcast is ready
- **distribution_ready**: Boolean indicating if podcast is ready for distribution
- **created_at**: ISO 8601 date-time when podcast was created (read-only)
- **updated_at**: ISO 8601 date-time when podcast was last updated (read-only)

## Path parameters

- `id` string, required

## Response `200`

Podcast details

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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