---
title: "Download all podcast episodes as CSV"
method: GET
path: "/podcast/episodes/csv"
tags: ["Podcast"]
---

# Download all podcast episodes as CSV

`GET /podcast/episodes/csv`

Downloads all episodes for the authenticated user as a CSV file.
The CSV includes: id, audioUrl, title, and requestedOn fields.
Useful for data export, analysis, or backup purposes.

## Response `200`

CSV file containing all podcast 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)
