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.

  • masked - If the tuner associated with this Feed can mask out duplicate Articles (the default), you can specify the masked flag when fetching Articles so that masked Articles are included 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 inidividual Article publishing dates; instead, you can use Article indexing dates.

  • cursor - Use for paging results; originates from the previous response.

Request

Responses

List of Articles