readinglist
Readinglist
Retrieve the list of articles saved to the authenticated user's reading list.
### Integration Guidance:
- Requires authentication.
- Under the hood, this endpoint retrieves articles that the user has reacted to with the `"save"` reaction category.
- Supports pagination, defaulting to 30 articles per page.
- Returned objects conform to the standard `ArticleIndex` schema.
get/api/readinglist
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
Response
A list of articles in the users readinglist