---
title: "Download podcast show episodes as CSV"
method: GET
path: "/podcast/shows/{podcastId}/episodes/csv"
tags: ["Podcast"]
---

# Download podcast show episodes as CSV

`GET /podcast/shows/{podcastId}/episodes/csv`

Downloads all episodes for a specific podcast show as a CSV file.
The CSV includes: id, audioUrl, title, and requestedOn fields.
Useful for exporting podcast show data for analysis or migration.

## Path parameters

- `podcastId` string, required

## Response `200`

CSV file containing podcast show episodes

## Other responses

- `401` — Unauthorized - valid API token required
- `500` — Internal server error during CSV generation

---

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