v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
memories

Get all memories

post/v2/memories/

Query parameters

user_idstring
agent_idstring
app_idstring
run_idstring
created_atstring date-time
updated_atstring date-time
categoriesstring[]
metadataobject
keywordsstring

Filters to apply to the memories. Available fields are: user_id, agent_id, app_id, run_id, created_at, updated_at, categories, keywords. Supports logical operators (AND, OR) and comparison operators (in, gte, lte, gt, lt, ne, contains, icontains)

fieldsstring[]

A list of field names to include in the response. If not provided, all fields will be returned.

org_idstring

Filter memories by organization ID.

project_idstring

Filter memories by project ID.

pageinteger

Page number for pagination. Default: 1

page_sizeinteger

Number of items per page. Default: 100

Response

idstring required
memorystring required
created_atstring date-time required
updated_atstring date-time required
ownerstring required
immutableboolean

Whether the memory is immutable.

expiration_datestring date-time nullable

The date and time when the memory will expire. Format: YYYY-MM-DD

organizationstring required
metadataobject