---
title: "Changes to Search memories"
method: POST
path: "/v1/memories/search"
---

# Changes to Search memories

`POST /v1/memories/search`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 2 revisions.

- **2026-04-27** `b1da2c0bb1ae` — 3 breaking, 9 warning, 13 info

## Changes

- **2026-04-27** `b1da2c0bb1ae` — 3 breaking, 9 warning, 13 info
  - the `search_settings` request property type changed from `object` to no type
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `results` from the response with the `200` status
  - removed the request property `search_mode`
  - removed the request property `search_settings/enable_conceptual_expansion`
  - removed the request property `search_settings/filters`
  - removed the request property `search_settings/fulltext_weight`
  - removed the request property `search_settings/include_metadatas`
  - removed the request property `search_settings/include_scores`
  - removed the request property `search_settings/limit`
  - removed the request property `search_settings/search_mode`
  - removed the request property `search_settings/semantic_weight`
  - api operation id `search_engrams_v1_memories_search_post` removed and replaced with `search_memories`
  - api tag `Memories` added
  - added the new optional request property `collection_ids`
  - added the new optional request property `effort`
  - added the new optional request property `filters`
  - added the new optional request property `nql`
  - added the new optional request property `snapshot`
  - added `#/components/schemas/SearchSettings, subschema #2` to the `search_settings` request property `anyOf` list
  - the request property `query` became optional
  - request property `query` list-of-types was widened by adding types `null` to media type `application/json`
  - added `#/components/schemas/NebulaResults_CompactMemoryRecallResponse_, #/components/schemas/NebulaResults_MemoryRecall_, #/components/schemas/NebulaResults_SnapshotSearchResult_` to the response body `anyOf` list for the response status `200`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

---

[Operation](https://skmtc.dev/zeroset-inc/apis/nebula-api/docs/v1/memories/search/post.md) · [API](https://skmtc.dev/zeroset-inc/apis/nebula-api.md) · [Page](https://skmtc.dev/zeroset-inc/apis/nebula-api/changes/v1/memories/search/post)
