List article ids
list_article_idsRetrieve article IDs matching your filters to collect a set for marking read or unread. Use selectors like feed, category, date range, and read state to get exactly the IDs you need.
Instructions
Lists only the ids of matching articles — the cheap way to collect a set for mark_articles. Same selectors and filters as list_articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | User label name exactly as returned by list_categories | |
| limit | No | Maximum number of articles, default 20 | |
| order | No | Sort order by publication date, default newest | |
| since | No | Only articles published after this ISO-8601 date | |
| until | No | Only articles published before this ISO-8601 date | |
| filter | No | Read state to return, default unread | |
| stream | No | Built-in stream: reading-list = everything (default), starred = favourites, main = feeds shown on the main stream, important = feeds marked important | |
| feed_id | No | Numeric feedId from list_feeds | |
| category | No | Category (folder) name exactly as returned by list_categories | |
| continuation | No | Continuation value from a previous call, to fetch the next page |