Returns every line of dialogue that mentions a person or company, grouped by episode and ordered by recency. Each result is one episode plus all of that episode’s mention windows — a window is a contiguous range of dialogue containing the mention with context_lines of surrounding context, and lines containing the mention have is_mention=true.
Use this endpoint for the “every line about X” use case. For finding dialogue by topic or exact phrase use /v1/podcasts/search instead.
Documentation Index
Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
Use this file to discover all available pages before exploring further.
Pass your API key in the X-API-Key header (recommended).
Entity slug (e.g., 'sam-altman') or ID. Required when company_id is not set.
Company slug, domain, or ID. Required when entity_id is not set. Resolves to the company's linked entity.
Restrict to mentions inside one podcast.
Restrict to mentions inside one episode (cross-corpus result still surfaces a single episode group).
Constrain how the entity participates: guest, host, panelist, correspondent, or mention.
guest, host, panelist, correspondent, mention Only episodes published after this date.
"2024-01-01"
Only episodes published before this date.
"2024-06-01"
Surrounding dialogue lines around each mention.
0 <= x <= 20Episodes per page (1-100, default 25). Each episode's full set of mention windows is returned in a single page; episodes never split across pages.
1 <= x <= 100Opaque cursor from a previous response.
OK
Episodes on this page, ordered by recency (default) or salience
More episodes available
Opaque cursor; pass back as ?cursor= for the next page
Resolved entity. Omitted on empty pages where neither entity_id nor company_id resolved.