List all latest memory entries from specified container tags with their update history and source documents
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query parameters for listing memory entries with history
Container tags to filter memory entries. At least one tag is required.
1100^[a-zA-Z0-9_-]+$["user_123", "project_abc"]Optional filters to apply to the search. Can be a JSON string or Query object.
Number of items per page
^\d+$"10"
Sort order
asc, desc "desc"
Page number to fetch
^\d+$"1"
Field to sort by
createdAt, updatedAt "createdAt"