List article ids
list_article_idsRetrieve only the IDs of articles matching specified filters like feed, category, label, or read state. Use this lightweight approach to collect article identifiers for bulk operations such as marking articles as read.
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 |