Memories

List memories

Retrieve your memories with optional filtering by category. Returns memories sorted by most recent first.

get/v1/dev/user/memories

Query parameters

limitinteger

Maximum number of memories to return.

offsetinteger

Number of memories to skip for pagination.

categoriesstring

Comma-separated list of categories to filter by (e.g. interesting,system).

Response

List of memories.

idstring

Unique identifier.

contentstring

The memory content.

category'interesting' | 'system' | 'manual'

Memory category.

visibility'public' | 'private'

Visibility level.

tagsstring[]

List of tags.

created_atstring date-time

When the memory was created.

updated_atstring date-time

When the memory was last updated.

manually_addedboolean

Whether the memory was added manually (via API or app).

reviewedboolean

Whether the memory has been reviewed.

user_reviewboolean nullable

User's review decision.

editedboolean

Whether the memory has been edited.

Changes