Items
List Items
Returns a paginated list of items in your library.
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.
Query Parameters
Filter by item status. Comma-separated for multiple:
queue,archive. Values: inbox, queue, archive, or all.Sort order for results. Values:
updated— Sort by last-updated timestamp (default). Best for incremental sync.library_position— Sort by the item’s library position (manual queue ordering). Items without a library entry sort last.inbox_position— Sort by the item’s inbox feed position (newest first). Items not in the inbox sort last.
library_position and inbox_position fields regardless of the order used, enabling clients to sort locally after incremental sync.Filter to favorited items only.
Filter to items with a specific tag ID. Comma-separated for multiple:
tag_n5j2x,tag_k3m9p (returns items matching any of the tags).Filter by content type. Comma-separated for multiple:
article,podcast. Values: article, video, podcast, pdf, tweet, newsletter.ISO 8601 timestamp. Return only items updated after this time. Useful for incremental sync.An item’s
updated_at reflects any change to the item or its associated data — status changes, reading progress, favorites, tag additions/removals, new annotations, and content re-extraction all advance the timestamp. For inbox items that have never been interacted with, updated_at is the time the item appeared in your inbox.Number of items per page. Min 1, max 100.
Cursor for the next page of results. Obtained from
next_cursor in a previous response.Response
Always
"list".Whether there are more results after this page.
Cursor to fetch the next page.
null when there are no more results.