Tracking new episodes as they’re ingested? Don’t poll this list with
published_after — use the episode feed, a resumable poll that returns each new episode exactly once, or the real-time episode stream (Enterprise).Available to MCP agents as
particle_podcast_list_episodes and (per-episode) particle_podcast_get_episode.List episodes
Response (truncated)
has_transcript, segment_count, clip_count, and entity_count fields tell you what enrichment data is available before you fetch any sub-resource.
Filter parameters
| Parameter | Description | Example |
|---|---|---|
podcast_id | Slug, ID, or numeric iTunes ID; restrict to one podcast | ?podcast_id=pivot |
entity_id | Slug or ID; episodes featuring or mentioning the entity | ?entity_id=sam-altman |
company_id | Slug, domain, or ID; episodes featuring a company | ?company_id=nvidia |
language | ISO 639-1 code | ?language=en |
published_after | ISO 8601 timestamp | ?published_after=2026-04-01T00:00:00Z |
published_before | ISO 8601 timestamp | ?published_before=2026-04-30T00:00:00Z |
has_transcript | Limit to transcribed episodes | ?has_transcript=true |
min_duration / max_duration | Bounds in seconds | ?min_duration=1800&max_duration=7200 |
Get a single episode
Episodes for a specific podcast
A convenience shape oflist-episodes filtered by podcast:
Sub-resources
Every episode exposes its enrichment data as sub-resources:| Endpoint | Returns |
|---|---|
GET .../episodes/{id}/transcript | Diarized dialogue (full transcript) |
GET .../episodes/{id}/transcript/words | Word-level timestamps |
GET .../episodes/{id}/transcript/mentions | Lines around mentions of an entity |
GET .../episodes/{id}/segments | Structural sections (intros, ads, topic discussions) |
GET .../episodes/{id}/clips | Highlight clips |
GET .../episodes/{id}/speakers | Identified speakers with speaking duration |
GET .../episodes/{id}/entities | Mentioned entities ranked by salience |
GET .../episodes/{id}/topics | Topic classifications |
Speakers
Response (truncated)
HOST, CO_HOST, GUEST, PANELIST, CORRESPONDENT, SOUNDBITE_SPEAKER, and ADVERTISER. Filter by role on your side if you only want hosts and guests. The entity_slug (when present) bridges to the knowledge graph.
Entities
Returns people, organizations, places, products, and concepts mentioned in the episode, ranked by salience — a relative relevance score for that episode where higher values indicate the entity is more central to the discussion.Response (truncated)
Topics
Related
- Transcripts — dialogue, words, mentions, SRT
- Segments & clips — structural breakdown and highlights
- Knowledge graph → entities — follow speakers and topics across the catalog