JavaScript
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
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.hyperspell.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Query Parameters
Filter documents by collection.
Filter documents by source.
Available options:
reddit, notion, slack, google_calendar, google_mail, box, dropbox, github, google_drive, vault, web_crawler, trace, microsoft_teams, gmail_actions, granola, fathom, linear, hubspot, salesforce, coda Filter documents by status.
Available options:
pending, processing, completed, failed, pending_review, skipped Filter documents by metadata using MongoDB-style operators. Example: {"department": "engineering", "priority": {"$gt": 3}}
Required range:
0 <= x <= 100