List recent podcast episodes
list_recent_episodesList recently published episodes from a podcast library to browse new content. Provide the podcast library ID and optionally set pagination or detail level.
Instructions
Lists the most recently published episodes across a podcast library — the "Newest Episodes" view. Only works on libraries with mediaType "podcast".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page number, default 0 | |
| limit | No | Episodes per page, default 25, max 100 | |
| 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. | |
| library_id | Yes | Id of a podcast library |