---
title: "List memories"
method: GET
path: "/memories/list"
tags: ["Memories"]
---

# List memories

`GET /memories/list`

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

## Query parameters

- `collection` string, nullable — 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' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield'
- `status` 'pending' | 'processing' | 'completed' | 'failed' | 'pending_review' | 'skipped'
- `filter` string, nullable — Filter documents by metadata using MongoDB-style operators. Example: {"department": "engineering", "priority": {"$gt": 3}}
- `cursor` string, nullable
- `size` integer

## Response `200`

Successful Response

- CursorPageResource
  - `items` Resource[], required
    - `source` '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' | 'lightfield', required
    - `resource_id` string, required
    - `title` string, nullable
    - `metadata` Metadata
      - `created_at` string, date-time, nullable
      - `indexed_at` string, date-time, nullable
      - `last_modified` string, date-time, nullable
      - `status` 'pending' | 'processing' | 'completed' | 'failed' | 'pending_review' | 'skipped'
      - `events` Notification[]
        - `message` string, required
        - `time` string, date-time
        - `type` 'error' | 'warning' | 'info' | 'success', required
      - `url` string, nullable
    - `score` number, nullable — The relevance of the resource to the query
    - `folder_id` string, nullable — Provider folder ID this resource belongs to
    - `parent_folder_id` string, nullable — Parent folder ID for policy inheritance
    - `folder_ancestors` string[] — Ordered list of provider folder IDs from immediate parent up to (but not including) provider root. Used by resolve_sync_mode to walk the actual folder tree without depending on intermediate policy records. Empty = resource lives at provider root.
  - `next_cursor` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-20** `912f94dd47ba` — 1 warning, 1 info
  - added the new `lightfield` enum value to the `items/items/source` response property for the response status `200`
  - added the enum value `lightfield` to the property `anyOf[subschema #1: DocumentProviders]/` of the `query` request parameter `source`
- **2026-05-20** `d7c846c2cd79` — 1 warning, 1 info
  - added the new `coda` enum value to the `items/items/source` response property for the response status `200`
  - added the enum value `coda` to the property `anyOf[subschema #1: DocumentProviders]/` of the `query` request parameter `source`
- **2026-05-18** `6eb290df2d3b` — 2 warning, 2 info
  - added the new `hubspot` enum value to the `items/items/source` response property for the response status `200`
  - added the new `salesforce` enum value to the `items/items/source` response property for the response status `200`
  - added the enum value `hubspot` to the property `anyOf[subschema #1: DocumentProviders]/` of the `query` request parameter `source`
  - added the enum value `salesforce` to the property `anyOf[subschema #1: DocumentProviders]/` of the `query` request parameter `source`
- **2026-05-07** `dae795df37e2` — 1 info
  - added the optional property `items/items/folder_ancestors` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/hyperspell/apis/hyperspell-api/changes/memories/list/get.md)

---

[API](https://skmtc.dev/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.dev/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/1ee2b0829dfd/schema)
