Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Query Parameters
User ID to filter memories
Cursor for pagination (use next_cursor from previous response)
Number of memories to return per page
1 <= x <= 100Field to sort memories by (e.g., 'memory_id', 'updated_at')
Sort order (asc or desc)
asc, desc Response
Successful Response
Schema for listing memories with cursor-based pagination.
List of memories.
Total number of memories returned in this request.
Cursor for fetching the next page. None if no more pages.
Whether there are more memories to fetch.