Export tenant data
Streams the tenant’s items, edges, metadata, extensions, and blob references as NDJSON or a tar.gz archive. Filterable by type, state, source, since / until. NDJSON is the default — one JSON object per line, items first then edges then metadata, suitable for piping into another store or jq. format=archive produces a marfa-archive-v1.tar.gz ingestible by POST /admin/restore-archive for tenant-to-tenant migrations.
Long-running; the response keeps streaming until the filter is exhausted. Tenant-scoped — exports only what the caller can read. See Bulk operations — archive restore for the round-trip.
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
Response
Streaming NDJSON export of items with metadata (or archive when format=archive)
The response is of type string.