v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
memories

Get or Update or delete a memory.

put/v1/memories/{memory_id}/

Path parameters

memory_idstring uuid required

The unique identifier of the memory to retrieve

Request body

textstring

The updated text content of the memory

metadataobject

Additional metadata associated with the memory

Response

Successfully updated memory

idstring uuid

The unique identifier of the updated memory

textstring

The updated text content of the memory

user_idstring nullable

The user ID associated with the memory, if any

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