v1

latestOpenAPI 3.1.02026-07-26142186376.1 KB
Memory

List Memories

Retrieve paginated list of user memories with filtering and search capabilities. Filter by user, agent, team, topics, or search within memory content.

get/memories

Query parameters

user_idstring nullable

Filter memories by user ID

Filter memories by user ID

agent_idstring nullable

Filter memories by agent ID

Filter memories by agent ID

team_idstring nullable

Filter memories by team ID

Filter memories by team ID

search_contentstring nullable

Fuzzy search within memory content

Fuzzy search within memory content

limitinteger nullable

Number of memories to return per page

Number of memories to return per page

pageinteger nullable

Page number for pagination

Page number for pagination

sort_bystring nullable

Field to sort memories by

Field to sort memories by

sort_order'asc' | 'desc'

Sort order (asc or desc)

db_idstring nullable

Database ID to query memories from

Database ID to query memories from

tablestring nullable

The database table to use

The database table to use

topicsstring[] nullable

Comma-separated list of topics to filter by

Comma-separated list of topics to filter by

Response

Memories retrieved successfully