PageResponse_PodcastDto_
A single page of results. nextCursor is an opaque token to pass back as ?cursor= to fetch the following page; null means there are no more results.
items object[]required
Unique identifier for the podcast.
7Hb2Kp9QvL3mNx0R8tZ4Timestamp when the podcast was created.
2026-01-15T09:30:00ZTimestamp when the podcast was last updated.
2026-01-15T09:30:00ZDisplay title of the podcast.
The Daily TechShort description of the podcast.
A daily look at the latest in technology.URL of the podcast's public website or landing page.
https://example.com/podcasts/the-daily-techURL of the podcast's cover artwork image.
https://cdn.example.com/the-daily-tech/cover.jpgURL of the podcast's RSS feed.
https://feeds.example.com/the-daily-tech.xmlContent categories the podcast belongs to.
Primary language of the podcast as an ISO 639-1 code.
enIdentifier of the network that owns this podcast.
7Hb2Kp9QvL3mNx0R8tZ4Identifier of the podcast's primary voice, if one is assigned.
7Hb2Kp9QvL3mNx0R8tZ4primary_voice objectnullable
The podcast's primary voice; present only when ?expand=primary_voice was requested.
Unique identifier for the voice.
7Hb2Kp9QvL3mNx0R8tZ4Display name of the voice.
Morning HostLifecycle status; a voice is 'ready' once it has audio samples
Possible values: [pending, ready, archived, failed]
readyexternal_ids object
External system identifiers keyed by system name.
Podcast status
Possible values: [active, disabled]
activeOpt-in status for advertising
Possible values: [not_started, pending, opted_in, declined]
opted_inAd categories excluded from advertising on this podcast.
Estimated number of episode downloads per month.
125000primary_contact object
The primary contact for this podcast.
Email address of the contact
ops@example.comFirst name of the contact
JaneLast name of the contact
DoeOptional free-form role or title of the contact
Head of Partnershipscontacts object[]
Additional contacts associated with this podcast.
Email address of the contact
ops@example.comFirst name of the contact
JaneLast name of the contact
DoeOptional free-form role or title of the contact
Head of Partnerships{
"items": [
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"created_at": "2026-01-15T09:30:00Z",
"updated_at": "2026-01-15T09:30:00Z",
"title": "The Daily Tech",
"description": "A daily look at the latest in technology.",
"link": "https://example.com/podcasts/the-daily-tech",
"image_url": "https://cdn.example.com/the-daily-tech/cover.jpg",
"feed_url": "https://feeds.example.com/the-daily-tech.xml",
"categories": [
"string"
],
"language": "en",
"network_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"primary_voice_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"primary_voice": {
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"title": "Morning Host",
"status": "ready"
},
"external_ids": {},
"status": "active",
"opt_in_status": "opted_in",
"excluded_ad_categories": [
"string"
],
"downloads_per_month": 125000,
"primary_contact": {
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
},
"contacts": [
{
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
}
]
}
],
"next_cursor": "string"
}