Items
Get Item
Returns a single item from your library with full metadata.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.getmatter.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The item ID. Example:
itm_r9f3a.Query Parameters
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
Always
"item".The item ID.
The item’s title.
The original URL of the item.
The source website name.
The item’s author, if known.
One of
inbox, queue, or archive.Content extraction status. One of
processing, completed, or failed. See Save Item for details.Whether the item is favorited.
One of
article, video, podcast, pdf, tweet, newsletter.Estimated word count.
null for non-text content.Reading progress as a float from
0.0 to 1.0.URL of the item’s hero image, if available.
The parsed article body as markdown. Only included when
?include=markdown is set. null if the item hasn’t been processed yet.Short excerpt or description of the item, if available.
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.
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.
Tags applied to this item.
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.