Skip to content
Live demo

GET /feeds

Feed sources with their folder, recent volume, unread count, last fetch time and last error. Includes both RSS feeds and scraped sites. Use it to answer “what am I subscribed to” or to find a feed id.

GET/feeds
Runs against the demo workspace
ParameterTypeRequiredDescription
folder_idstringnoRestrict to one folder, e.g. “fld_abc123”.
limitintegernoDefault 100, max 200.
StatusMeaning
200List feeds
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “workspace:read” scope.
429Rate limit exceeded. See Retry-After.

Requires the workspace:read scope.