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
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 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
- 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