memories
Get all memories.
post/v2/memories/
Request body
fieldsstring[]
A list of field names to include in the response. If not provided, all fields will be returned.
pageinteger
Page number for pagination. Default: 1
page_sizeinteger
Number of items per page. Default: 100
org_idstring nullable
The unique identifier of the organization associated with the memory.
project_idstring nullable
The unique identifier of the project associated with the memory.
Response
Successfully retrieved memories.
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 nullable
The date when the memory will expire. Format: YYYY-MM-DD.
organizationstring required
metadataobject