latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Podcast
Get unallocated podcast episodes for user
Retrieves generated audio episodes that are not assigned to any podcast show. This is the preferred paginated endpoint for the /podcasts/shows/unallocated app screen.
get/podcast/episodes/unallocated
Query parameters
pageinteger
Page number for pagination (starts at 1).
limitinteger
Number of items per page (max 100, default 50).
Response
Paginated list of unallocated podcast episodes.
Example response
{
"episodes": [
{
"podcastShowIds": []
}
],
"totalCount": 421,
"page": 1,
"pageSize": 100,
"totalPages": 5,
"draftEpisodes": []
}