List Memories
Retrieve paginated list of user memories with filtering and search capabilities. Filter by user, agent, team, topics, or search within memory content.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter memories by user ID
Filter memories by agent ID
Filter memories by team ID
Fuzzy search within memory content
Number of memories to return per page
x >= 11-based page number. Agno 2.7.4 also accepts 0 at request validation, but the pagination implementation is 1-based. Use 1 or greater.
x >= 0Field to sort memories by
Sort order (asc or desc)
asc, desc Database ID to query memories from
The database table to use
Comma-separated list of topics to filter by
"preferences,technical,communication_style"