Reference
Remy Reference/agent/particlePodcastsGetEpisode
?

particlePodcastsGetEpisode

Fetch full metadata for a single episode: details, speakers, entities, clips, and ads, merged into one response.
mindstudio.particlePodcastsGetEpisode({ id }) → Result

Fetches everything known about one podcast episode — details, speakers, entities, clips, and ads — merged into a single response, so you don't stitch together several calls yourself.

Parameters
id
string
RequiredEpisode ID or slug
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.particlePodcastsGetEpisode({
  id: /* ... */
});