v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1793196344.2 KB
Memories

List memories

This endpoint allows you to paginate through all documents in the index. You can filter the documents by title, date, metadata, etc.

get/memories/list

Query parameters

collectionstring nullable

Filter documents by collection.

Filter documents by collection.

source'reddit' | 'notion' | 'slack' | 'google_calendar' | 'google_mail' | 'box' | 'dropbox' | 'github' | 'google_drive' | 'vault' | 'web_crawler' | 'trace' | 'microsoft_teams' | 'gmail_actions' | 'granola' | 'fathom' | 'fireflies' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield' | 'gong'

Filter documents by source.

status'pending' | 'processing' | 'completed' | 'failed' | 'pending_review' | 'skipped'

Filter documents by status.

filterstring nullable

Filter documents by metadata using MongoDB-style operators. Example: {"department": "engineering", "priority": {"$gt": 3}}

Filter documents by metadata using MongoDB-style operators. Example: {"department": "engineering", "priority": {"$gt": 3}}

cursorstring nullable
sizeinteger

Response

Successful Response

next_cursorstring nullable required