Export Memories
API Reference
Export Memories
GET /v1/export — Export memories in JSON, CSV, or Markdown format.
GET
Export Memories
This endpoint requires wallet authentication for identity. It is free — no payment required.
Query Parameters
string
Output format:
json, csv, or markdown. Default: json.string
Filter by namespace.
string
Filter by memory type:
correction, preference, decision, project, observation, or general.string
Comma-separated tags to filter by.
string
Filter by session ID.
string
Filter by agent ID.
string
ISO 8601 date string. Only return memories created before this time.
string
ISO 8601 date string. Only return memories created after this time.
string
Set to
true to include soft-deleted memories. Default: false.Response (200 OK)
string
The format used for export.
array
Array of memory objects (JSON) or formatted output (CSV/Markdown).
number
Total number of exported memories.
Example
Response (JSON)