Get podcast episode
get_podcast_episodeRetrieve a podcast episode's publication date, duration, and description by supplying its podcast and episode IDs. Choose compact or full detail to control response size.
Instructions
Fetches one podcast episode with its publication date, duration and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | "compact" (default) returns a projection with the fields that matter for browsing; "full" returns the raw Audiobookshelf object including audio files, tracks and chapters, which is very large. | |
| episode_id | Yes | Podcast episode id | |
| library_item_id | Yes | Library item id of the podcast the episode belongs to |