Returns feed details for the feeds that match the filters

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

feedTypeslist of enumsOptional
Feed type filter
feedStatuseslist of enumsOptional
Allowed values:
createdSincedatetimeOptional
createdUntildatetimeOptional
pageSizeintegerOptional1-100Defaults to 10
nextTokenstringOptional

Response

Success
feedslist of objectsOptional
List of feeds matching the request filters
nextTokenstringOptional

Token to retrieve the next page of results; absent when no more pages exist

Errors

400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error