v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
memory

Get agent memories

Retrieve all memories for a specific agent

get/api/memory/{agentId}/memories

Path parameters

agentIdstring uuid required

ID of the agent

Query parameters

tableNamestring

Table name to query

includeEmbeddingboolean

Include embedding vectors in response

channelIdstring uuid

Filter by channel ID

roomIdstring uuid

Filter by room ID

Response

Agent memories retrieved successfully

successboolean

Example response

{
  "success": true
}