List a podcast's episodes
List every episode of a podcast that has insights, newest first.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
OR
X-API-Keystring
API Key authentication via header
Path parameters
podcast_id
Query parameters
limit
Episodes per page. Client default 50; big shows have thousands.
cursor
next_cursor from the previous page.
Response
Successful Response
podcast_id
total_insights
episode_count
episodes
podcast_name
podcast_image_url
podcast_description
next_cursor
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error