Skip to main content
POST
Search your memories and get raw results without AI response generation. Useful for browsing memories or building custom experiences.
text
string
required
Search query. Max 1,000 characters.
source
string
Optional source filter, such as text, email, github, or google_meets. The API key must have access to the requested source.
A missing text form field may return FastAPI’s standard 422 validation response. A blank or whitespace-only text value returns 400.

Response Fields

Recall returns trace_id, memories, qa, and chunks. See Response Fields for the shared memory result schema.

Use Cases

Memory Browser

Display memories in a list view for users to browse

Debugging

See exactly which memories are being retrieved

Custom UI

Build custom visualizations with raw memory data

Filtering

Post-process results by date, participants, etc.
Recall can return an empty list if processing has not finished, no memories match the query, or the API key is scoped away from the relevant source.