Skip to main content

Get a list of all Articles in a Feed

GET 

/v1/feeds/:feedId/articles

Call this endpoint to get a list of Articles that are currently published to the Feed. New Articles will appear according to the Feed's refresh sechedule.

A number of optional paramaters can be specified when pulling Articles from a Feed, most notably the following:

  • limit - Sets the number of Articles to return in the response.
  • from and to - Optionally provide a date interval to return Articles only in this period.
  • sort - By default, Articles are ordered reverse chronologically; use this property to sort by Article score instead.
  • dateToUse - By default, dates refer to individual Article publishing dates; instead, you can use the date at which the Article was added to the feed.
  • cursor - Use for paging results; originates from the previous response.

Request

Responses

List of Articles