--plain for human-readable output.
Account
Items
List items
| Option | Description |
|---|---|
--status | Filter by status: inbox, queue, archive, all |
--content-type | Filter by type: article, podcast, video, pdf, tweet, email |
--favorite | Only favorited items |
--tag | Filter by tag ID |
--order | Sort order: updated, library_position, inbox_position (position orderings use app ordering, nulls last) |
--updated-since | Filter by updated date (ISO 8601) |
--limit | Results per page (default 25, max 100) |
--cursor | Pagination cursor from previous response |
--all | Fetch all pages |
--plain | Human-readable output |
Get an item
Save a URL
Update an item
| Option | Description |
|---|---|
--status | Move to queue or archive |
--favorite | Set favorite (true or false) |
--progress | Reading progress (0.0 to 1.0) |
Delete an item
Search
| Option | Description |
|---|---|
--type | (required) Result types, comma-separated (e.g. items) |
--status | Filter items by status: queue, archive. Omit to search all content |
--limit | Results per page (default 25, max 100) |
--cursor | Pagination cursor from previous response |
--all | Fetch all pages |
--plain | Human-readable output |
Search operators
| Operator | Description | Example |
|---|---|---|
"phrase" | Exact phrase match | "deep learning" |
-term | Exclude term | -podcast |
by:name | Filter by author/publisher | by:graham |
site:domain | Filter by domain | site:nytimes.com |
title:word | Match in title only | title:review |
Annotations
List annotations
| Option | Description |
|---|---|
--item | (required) Item ID |
--limit | Results per page (default 25, max 100) |
--cursor | Pagination cursor from previous response |
--all | Fetch all pages |
--plain | Human-readable output |