List Memories
List memories with cursor-based pagination and filters.
GET/v1/memories
Query parameters
limitnumberMax results per page (1–100). Default: 20.
cursorstringCursor from a previous response for pagination.
statusstringFilter by status: processing, completed, or failed.
typestringFilter by content type.
userIdstringFilter by user.
Response
dataMemory[]Array of memory objects.
has_morebooleanWhether more results are available.
cursorstringCursor to pass for the next page.