latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Content
Get all podcasts
Returns all podcasts created by the current client, optionally filtered by status. Supports optional pagination.
get/content/Podcasts
Query parameters
status'all' | 'queued' | 'failed' | 'succeeded' | 'processed'
Filter podcasts by status (all=all podcasts, queued=status=0 and no error, failed=has errorOn, succeeded=status=100, processed=has processingOn)
pageinteger
Page number for pagination (starts at 1). If not provided, returns all results.
limitinteger
Number of items per page (max 100, default 50 if page is specified)
Response
Successful response
Example response
{
"totalCount": 100,
"page": 1,
"pageSize": 20,
"totalPages": 5
}