Skip to main content

reviews

Search, filter, and sort all podcast and episode reviews.

Only available with certain permissions.

reviews(
filters: ReviewFilters
first: Int = 10
page: Int = 0
searchTerm: String
sort: Sort
paginationType: PaginationType
cursor: String
): ReviewList

Arguments

filters (ReviewFilters)

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 (Sort)

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

ReviewList

A paginated list of Review items.