get_article_ids
Fetch article IDs from an Inoreader stream for counting or batch operations without retrieving full content.
Instructions
Lightweight fetch of article IDs from a stream without full content. Useful for counting or batch operations. Costs 1 Zone 1 request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | No | Stream ID (defaults to all items) | |
| count | No | Number of IDs to fetch (default 1000, max 10000) | |
| filter | No | Filter by status | |
| since | No | ISO date - only items after this date | |
| continuation | No | Continuation token for pagination |