List episodes
Returns a paginated list of podcast episodes across all podcasts. Filter by podcast slug or ID, entity slug or ID, company slug or domain, date range, and language.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Podcast slug (e.g., 'all-in'), internal ID, or numeric iTunes ID
Entity slug (e.g., 'elon-musk', 'openai') or ID. Returns episodes featuring this entity as a speaker or mentioned entity.
Person slug (e.g., 'dick-costolo') or ID. Returns episodes featuring this person as a speaker — works even when the speaker has no knowledge-graph entity linked.
Company slug (e.g., 'nvidia'), domain (e.g., 'nvidia.com'), or ID. Resolves to the company's linked entity.
Entity role filter. Constrains which episodes match the entity_id, person_id, or company_id.
guest, host, panelist, correspondent, mention Only episodes published after this ISO 8601 date or date-time (e.g. 2024-01-01 or 2024-01-01T00:00:00Z)
Only episodes published before this ISO 8601 date or date-time (e.g. 2024-01-01 or 2024-01-01T00:00:00Z)
ISO 639-1 language code filter
Only episodes with completed transcripts
Only episodes that have reached the terminal ingestion milestone (the highest stage exposed by the episode firehose)
Minimum episode duration in seconds
x >= 0Maximum episode duration in seconds
x >= 0