List memory entries with history
List memory entries with history
List all latest memory entries from specified container tags with their update history and source documents
POST
List memory entries with history
Documentation Index
Fetch the complete documentation index at: https://supermemory.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Query parameters for listing memory entries with history
Container tags to filter memory entries. At least one tag is required.
Minimum array length:
1Maximum string length:
100Pattern:
^[a-zA-Z0-9_:-]+$Optional filters to apply to the search. Can be a JSON string or Query object.
- Option 1
- Option 2
Number of items per page
Pattern:
^\d+$Example:
"10"
Sort order
Available options:
asc, desc Example:
"desc"
Page number to fetch
Pattern:
^\d+$Example:
"1"
Field to sort by
Available options:
createdAt, updatedAt Example:
"createdAt"