Reference
Remy Reference/Agent SDK/Web & data/particlePodcastsSearchPodcasts

particlePodcastsSearchPodcasts

Search and list podcasts in the Particle catalog by keyword, topic, or language.
mindstudio.particlePodcastsSearchPodcasts(input) → Result

Searches and lists podcasts in the Particle catalog by keyword, topic, or language.

Parameters
q
string
Free-text query across podcast title and description
topic
string
Particle taxonomy topic slug
language
string
BCP 47 language code
suitabilityTier
string
Brand-suitability tier filter
limit
number
Max results, up to 100
cursor
string
Pagination cursor
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.particlePodcastsSearchPodcasts({});