Get one episode
get_episodeRetrieve complete episode details by Podcast Index episode ID or by episode GUID with show. Get transcript, chapters, soundbites, credits, and value block.
Instructions
One episode in full: description, credited people, soundbites, value block, and the transcript and chapter pointers. Takes a Podcast Index episode id, which is the fastest path, or an episode GUID. A GUID is only unique within a show, so pass the show as well when using one, or the answer is whichever episode the index finds first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | No | The episode GUID from the RSS feed. Needs 'show' alongside it to be unambiguous. | |
| show | No | The show, when looking up by GUID. Feed id, RSS URL or podcast GUID. | |
| episode_id | No | Podcast Index episode id. The reliable identifier, from any listing. |