Skip to main content

episodes

Search, filter, and sort all podcast episodes.

Only available with certain permissions.

episodes(
filters: EpisodeFilters
options: SearchOptions
first: Int = 10
page: Int = 0
searchTerm: String
sort: EpisodeSort
paginationType: PaginationType
cursor: String
): EpisodeList

Arguments

filters (EpisodeFilters)

options (SearchOptions)

Options that can be passed for enabling features of an episodes query.

first (Int)

Limits number of fetched elements. Maximum allowed value: 100.

page (Int)

The offset from which elements are returned.

searchTerm (String)

A search term to filter on.

sort (EpisodeSort)

How to sort the results

paginationType (PaginationType)

Which type of pagination to use

cursor (String)

The cursor from which to retrieve the next page of results

Type

EpisodeList

A paginated list of Episode items.