Get all podcasts associated with your team
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
blacklistoptional | unknown | |
syncoptional | unknown | |
hasAirtableErroroptional | unknown | |
limit | number ⓘConstraints: <= 100 | |
offset | number | |
textFilteroptional | string | Can be a partial podcast title, apple id, apple podcast url, or airtable record id |
sortOrderoptional | enum ⓘAllowed values podcastTitleaddedAtlastAirtableSync |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└total | number | |
└totalFiltered | number | |
└teamPodcasts | array of object | |
└addedByUserIdnullable | string | |
└addedReason | enum ⓘAllowed values add-to-team-podcasts-buttonlisted-podcastmigrationscriptsearch-export | |
└blacklist | boolean | |
└createdAt | date | |
└podcast | object | |
└authornullable | string | |
└authorityScorenullable | object | |
└calculatedAt | date | |
└authorityScore | number | This is the weighted total authority score of the podcast, out of 100 |
└qualityScore | number | This is the quality score of the podcast, out of 100 |
└youtubeScore | number | This is the YouTube score of the podcast, out of 100 |
└socialScore | number | This is the social score of the podcast, out of 100 |
└engagementScore | number | This is the engagement score of the podcast, out of 100 |
└genres | array of string | |
└id | string | |
└imageUrlnullable | string | |
└language | string | |
└lastEpisodePublishedAt | date | |
└slug | string | |
└title | string | |
└titleLatest | string | |
└podcastId | string | |
└projects | array of object | |
└projectId | string | |
└addedByUserId | string | |
└listedPodcastState | enum ⓘAllowed values prospectqualifiedpitchedlostbookedignored | |
└sync | boolean | |
└teamId | string | |
└lastAirtableSyncoptional | date | |
└lastAirtableErrorSyncDateoptional | date | |
└airtableRecordIdoptional | string |