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 thetuner
associated with this Feed can mask out duplicate Articles (the default), you can specify themasked
flag when fetching Articles so that masked Articles are included in the response. -
from
andto
- 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
- 200
- 400
- 401
- 403
- 404
- 429
- 500
List of Articles
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Too many requests
Internal server error