v11

OpenAPI 3.1.0raw.githubusercontent.com2026-08-013060106.6 KB
memory

Post Get

Paginated listing over the requested memory_type.

post/api/v1/memory/get

Request body

user_idstring nullable
agent_idstring nullable
app_idstring
project_idstring
memory_type'episode' | 'profile' | 'agent_case' | 'agent_skill' required

The four kinds enumerated by /get.

episode and profile are user-owned; agent_case and agent_skill are agent-owned. Cross-pairs are rejected by :meth:GetRequest._validate_owner_memory_type_pair.

Naming note: all four values use the bare kind name (no _memory suffix) and match the LanceDB table name + everalgo type name for that kind.

pageinteger
page_sizeinteger
sort_by'timestamp' | 'updated_at'
sort_order'asc' | 'desc'

Response

Successful Response

request_idstring required