Skip to content

get_memory

Retrieve memory by ID

Auth mode: identity
Required scope: memories:read
Delegable: an admin-scoped key may act on another tenant by passing an explicit userId.

Parameter Type Required Default Description
userId string yes
memoryId string yes
scope string no
{
"name": "get_memory",
"arguments": {
"userId": "qp",
"memoryId": "<memoryId>"
}
}