GET
/
memories
{
  "data": [
    {
      "memory_id": "f9361a69-2997-40c7-ae4e-a5861d434047",
      "memory": "User likes coffee.",
      "topics": [
        "preferences"
      ],
      "user_id": "123",
      "updated_at": "2025-09-01T07:53:17Z"
    }
  ]
}

Headers

authorization
string | null

Query Parameters

user_id
string | null

Filter memories by user ID

agent_id
string | null

Filter memories by agent ID

team_id
string | null

Filter memories by team ID

search_content
string | null

Fuzzy search within memory content

limit
integer | null
default:20

Number of memories to return per page

page
integer | null
default:1

Page number for pagination

sort_by
string | null
default:updated_at

Field to sort memories by

sort_order
enum<string> | null
default:desc

Sort order (asc or desc)

Available options:
asc,
desc
db_id
string | null

Database ID to query memories from

topics
string[] | null

Comma-separated list of topics to filter by

Response

Memories retrieved successfully

The response is of type object.