Items
Get Item
Returns a single item from your library with full metadata.
GET
Path Parameters
string
required
The item ID. Example:
itm_r9f3a.Query Parameters
string
Comma-separated list of additional fields to include. Currently supported:
markdown.When markdown is included, the response adds a markdown field with the parsed article body. These requests count against the content rate limit (20/min).Response
string
required
Always
"item".string
required
The item ID.
string
required
The item’s title.
string
required
The original URL of the item.
string
The source website name.
object
The item’s author, if known.
string
required
One of
inbox, queue, or archive.string
required
Content extraction status. One of
processing, completed, or failed. See Save Item for details.boolean
required
Whether the item is favorited.
string
required
One of
article, video, podcast, pdf, tweet, newsletter.integer
Estimated word count.
null for non-text content.number
required
Reading progress as a float from
0.0 to 1.0.string
URL of the item’s hero image, if available.
string
The parsed article body as markdown. Only included when
?include=markdown is set. null if the item hasn’t been processed yet.string
Short excerpt or description of the item, if available.
integer
The item’s position in the library (queue/archive). Non-null when the item has a library entry. Higher values are closer to the top. Use this to recreate library order locally.
integer
The item’s 0-based index in the inbox feed. Non-null when the item is in the inbox. Lower values are closer to the top. Use this to recreate inbox order locally.
array
required
Tags applied to this item.
string
required
ISO 8601 timestamp of the last change to this item or its associated data (status, reading progress, favorites, tags, annotations, or content re-extraction). For inbox items with no interactions, this is the time the item appeared in your inbox.