v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
memory
rooms
agents

Get room memories

Retrieves memories for a specific room

get/api/agents/{agentId}/rooms/{roomId}/memories

Path parameters

agentIdstring uuid required

ID of the agent

roomIdstring uuid required

ID of the room

Query parameters

countinteger

Number of memories to retrieve

uniqueboolean

Return only unique memories

startinteger

Start timestamp filter

endinteger

End timestamp filter

Response

Room memories retrieved successfully

successboolean

Example response

{
  "success": true
}