List episodes
bidclub_list_episodesList episodes newest first, optionally narrowed to one show. Returns metadata only — titles, deks, dates, durations, participant chips and source links — never the digest or transcript. Use bidclub_get_episode for content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | No | Show id from bidclub_list_shows. Omit for the whole library. | |
| limit | No | Episodes per page. | |
| offset | No | Rows to skip. Page with the returned pagination.next_offset. | |
| source_lang | No | Filters by the episode's ORIGINAL language. Chinese digests exist for most English-source episodes, so do NOT set source_lang=ZH just because you want Chinese output — use the lang parameter on bidclub_get_episode instead. |