v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 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

expiration_datestring date nullable

Expiration date in YYYY-MM-DD format, or null to clear the expiration date.

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.