List podcast episodes OAuth Scope: podcasts:read
List podcast episodes OAuth Scope: podcasts:read
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Use this opaque cursor token to fetch the next page of results. Obtain the value from next_cursor in a previous response.
Optionally filter the results by the status of the episode.draft - Not yet published.scheduled - Scheduled for future publication.published - Available via web and RSS.archived - No longer available via web or RSS.
The direction that the results are sorted in. Defaults to desc
asc - Ascending, sorts from smallest to largest.
desc - Descending, sorts from largest to smallest.
Response
The cursor token to use for fetching the next page of results. Null when has_more is false.