List items
Returns a paginated list of items in the tenant, narrowed by the supplied query parameters. type matches subtypes via inheritance — type=core.media returns core.media.book, core.media.article, etc. since / until operate on the item’s effective time (timestamp, falling back to created_at), not updated_at. tier accepts library, feed, or all (omitting returns both slices).
Lists are lean by default — no edges, no metadata, no extensions. The include parameter is the escape hatch: ?include=edges,metadata hydrates the matching extras inline so the caller avoids the N+1 trap. See Items — lists are lean and Search and query for the filter grammar.
Cursors are stable for ~24 hours; concurrent writes don’t shift pages already returned.
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)
Query Parameters
library, feed, all created_at, updated_at, timestamp asc, desc 1 <= x <= 200