v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
memories

Get a memory.

get/v1/memories/{memory_id}/

Path parameters

memory_idstring uuid required

The unique identifier of the memory to retrieve

Response

Successfully retrieved the memory

idstring uuid

Unique identifier for the memory

memorystring

The content of the memory

user_idstring

Identifier of the user associated with this memory

agent_idstring nullable

The agent ID associated with the memory, if any

app_idstring nullable

The app ID associated with the memory, if any

run_idstring nullable

The run ID associated with the memory, if any

hashstring

Hash of the memory content

metadataobject

Additional metadata associated with the memory

created_atstring date-time

Timestamp of when the memory was created

updated_atstring date-time

Timestamp of when the memory was last updated