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

# Changes to Search V1

`POST /v1/memory/search`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 20 of 37 revisions.

- **2026-06-11** `f29d29d1ad16` — 1 breaking, 1 info
- **2026-06-11** `22d84aa060d6` — 1 breaking, 1 info
- **2026-06-11** `c81ae5036e69` — 1 info
- **2026-06-10** `8a7fd5a949bf` — 1 warning
- **2026-06-10** `02daa1da4e82` — 1 breaking, 1 info
- **2026-06-01** `56af15e4d864` — 2 warning, 12 info
- **2026-05-31** `3f6cc27b443e` — 10 info
- **2026-04-21** `108f632ed635` — 2 info
- **2026-03-13** `0e4854909d2a` — 5 info
- **2026-02-07** `5f5df128dbcd` — 1 warning, 70 info
- **2025-12-07** `4110f8ab2eb6` — 1 warning
- **2025-12-07** `10ed8cdc1aa8` — 14 warning, 37 info
- **2025-11-24** `ea5bcad7e1ee` — 1 warning
- **2025-11-19** `6e50cfc940ac` — 2 breaking, 8 warning
- **2025-11-19** `d858eda77e5b` — 1 warning
- **2025-11-19** `2422ab514a9d` — 36 info
- **2025-11-18** `1b1f41b6ec7b` — 4 warning
- **2025-11-18** `fbb4c9d1fbda` — 1 info
- **2025-11-07** `55b477567f55` — 1 warning
- **2025-11-07** `14ff13755871` — 7 breaking, 123 info

## Changes

- **2026-06-11** `f29d29d1ad16` — 1 breaking, 1 info
  - removed `#/components/schemas/UserMemoryCategory, #/components/schemas/AssistantMemoryCategory` from the `metadata/anyOf[subschema #1: MemoryMetadata]/category` request property `anyOf` list
  - added `subschema #1` to the `metadata/anyOf[subschema #1: MemoryMetadata]/category` request property `anyOf` list
- **2026-06-11** `22d84aa060d6` — 1 breaking, 1 info
  - removed `subschema #1` from the `metadata/anyOf[subschema #1: MemoryMetadata]/category` request property `anyOf` list
  - added `#/components/schemas/UserMemoryCategory, #/components/schemas/AssistantMemoryCategory` to the `metadata/anyOf[subschema #1: MemoryMetadata]/category` request property `anyOf` list
- **2026-06-11** `c81ae5036e69` — 1 info
  - added the new optional request property `holographic_config`
- **2026-06-10** `8a7fd5a949bf` — 1 warning
  - removed the request property `holographic_config`
- **2026-06-10** `02daa1da4e82` — 1 breaking, 1 info
  - removed `#/components/schemas/UserMemoryCategory, #/components/schemas/AssistantMemoryCategory` from the `metadata/anyOf[subschema #1: MemoryMetadata]/category` request property `anyOf` list
  - added `subschema #1` to the `metadata/anyOf[subschema #1: MemoryMetadata]/category` request property `anyOf` list
- **2026-06-01** `56af15e4d864` — 2 warning, 12 info
  - removed the request property `policy/anyOf[subschema #1: MemorySearchPolicy]/acl`
  - removed the request property `policy/anyOf[subschema #1: MemorySearchPolicy]/rerank`
  - added the new optional request property `reranking_config/anyOf[subschema #1: RerankingConfig]/domain_id`
  - added the new optional request property `reranking_config/anyOf[subschema #1: RerankingConfig]/return_debug`
  - added the new optional request property `reranking_config/anyOf[subschema #1: RerankingConfig]/return_signal_scores`
  - added the new optional request property `reranking_config/anyOf[subschema #1: RerankingConfig]/signal_multipliers`
  - added the new optional request property `reranking_config/anyOf[subschema #1: RerankingConfig]/signal_thresholds`
  - the `reranking_enabled` request property default value changed from `false` to `true`
  - the `reranking_model` request property default value changed from `gpt-5-nano` to `rerank-v3.5`
  - the `reranking_provider` request property default value changed from `openai` to `cohere`
  - request property `policy` deprecated
  - added the new `none` enum value to the request property `reranking_config/anyOf[subschema #1: RerankingConfig]/reranking_provider`
  - added the new `papr_enhanced` enum value to the request property `reranking_config/anyOf[subschema #1: RerankingConfig]/reranking_provider`
  - added the new `papr_max` enum value to the request property `reranking_config/anyOf[subschema #1: RerankingConfig]/reranking_provider`
- **2026-05-31** `3f6cc27b443e` — 10 info
  - added the new optional request property `policy`
  - for the `query` request parameter `max_memories`, the max was increased from `50.00` to `200.00`
  - request property `holographic_config` deprecated
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/holographic_frequency_scores` to the response with the `500` status
- **2026-04-21** `108f632ed635` — 2 info
  - added the new optional request property `holographic_config/anyOf[subschema #1: HolographicConfig]/frequency_filters`
  - added the new optional request property `holographic_config/anyOf[subschema #1: HolographicConfig]/include_frequency_scores`
- **2026-03-13** `0e4854909d2a` — 5 info
  - added the new optional request property `holographic_config/anyOf[subschema #1: HolographicConfig]/frequency_schema_id`
  - added the new optional request property `holographic_config/anyOf[subschema #1: HolographicConfig]/scoring_method`
  - added the new optional request property `search_acl`
  - 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
- **2026-02-07** `5f5df128dbcd` — 1 warning, 70 info
  - removed the request property `simple_schema_mode`
  - added the new optional request property `holographic_config`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/acl`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/consent`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/risk`
  - added the new optional request property `omo_filter`
  - added the new optional request property `reranking_config`
  - added the new optional request property `search_override`
  - request property `metadata/anyOf[subschema #1: MemoryMetadata]/external_user_id` deprecated
  - request property `metadata/anyOf[subschema #1: MemoryMetadata]/namespace_id` deprecated
  - request property `metadata/anyOf[subschema #1: MemoryMetadata]/organization_id` deprecated
  - request property `metadata/anyOf[subschema #1: MemoryMetadata]/user_id` deprecated
  - request property `rank_results` deprecated
  - request property `user_id` deprecated
  - request property `metadata/anyOf[subschema #1: MemoryMetadata]/hierarchical_structures` list-of-types was widened by adding types `array` to media type `application/json`
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/metrics` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/popularity_score` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/recency_score` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/reranker_confidence` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/reranker_confidence` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/reranker_confidence` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/reranker_confidence` to the response with the `403` status
  - …31 more
- **2025-12-07** `4110f8ab2eb6` — 1 warning
  - removed the request property `search_override`
- **2025-12-07** `10ed8cdc1aa8` — 14 warning, 37 info
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `200` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `400` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `401` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `403` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `404` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `415` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/created_at` from the response with the `500` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `200` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `400` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `401` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `403` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `404` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `415` status
  - removed the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/updated_at` from the response with the `500` status
  - added the new optional `query` request parameter `response_format`
  - added the new optional request property `search_override`
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/createdAt` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/embedding_int8` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/relevance_score` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/relevance_score` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/relevance_score` to the response with the `401` status
  - …11 more
- **2025-11-24** `ea5bcad7e1ee` — 1 warning
  - removed the request property `search_override`
- **2025-11-19** `6e50cfc940ac` — 2 breaking, 8 warning
  - the `search_override/anyOf[subschema #1: SearchOverrideSpecification]/filters/items/` request property type/format changed from `object`/`` to ``/``
  - the `search_override/anyOf[subschema #1: SearchOverrideSpecification]/pattern` request property type/format changed from `object`/`` to ``/``
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/filters/items/node_type`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/filters/items/operator`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/filters/items/property_name`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/filters/items/value`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/pattern/direction`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/pattern/relationship_type`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/pattern/source_label`
  - removed the request property `search_override/anyOf[subschema #1: SearchOverrideSpecification]/pattern/target_label`
- **2025-11-19** `d858eda77e5b` — 1 warning
  - deleted the `query` request parameter `enable_agentic_graph`
- **2025-11-19** `2422ab514a9d` — 36 info
  - added the new optional `query` request parameter `enable_agentic_graph`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/namespace_read_access`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/namespace_write_access`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/organization_read_access`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/organization_write_access`
  - added the new optional request property `schema_id`
  - added the new optional request property `search_override`
  - added the new optional request property `simple_schema_mode`
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_read_access` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_write_access` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_read_access` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_write_access` to the response with the `500` status
- **2025-11-18** `1b1f41b6ec7b` — 4 warning
  - deleted the `query` request parameter `enable_agentic_graph`
  - removed the request property `schema_id`
  - removed the request property `search_override`
  - removed the request property `simple_schema_mode`
- **2025-11-18** `fbb4c9d1fbda` — 1 info
  - added the new optional `query` request parameter `enable_agentic_graph`
- **2025-11-07** `55b477567f55` — 1 warning
  - deleted the `query` request parameter `enable_agentic_graph`
- **2025-11-07** `14ff13755871` — 7 breaking, 123 info
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `403`
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `404`
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `415`
  - the `data/anyOf[subschema #1: SearchResult]/nodes/items/properties` response's property type/format changed from ``/`` to `object`/`` for status `500`
  - added the new optional `query` request parameter `enable_agentic_graph`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/category`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/namespace_id`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/organization_id`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/role`
  - added the new optional request property `metadata/anyOf[subschema #1: MemoryMetadata]/upload_id`
  - added the new optional request property `namespace_id`
  - added the new optional request property `organization_id`
  - added the new optional request property `schema_id`
  - added the new optional request property `search_override`
  - added the new optional request property `simple_schema_mode`
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/category` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/namespace_id` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `200` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `400` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `401` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `403` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `404` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `415` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/organization_id` to the response with the `500` status
  - added the optional property `data/anyOf[subschema #1: SearchResult]/memories/items/role` to the response with the `200` status
  - …90 more

---

[Operation](https://skmtc.dev/papr-ai/apis/papr-memory-api/docs/v1/memory/search/post.md) · [API](https://skmtc.dev/papr-ai/apis/papr-memory-api.md) · [Page](https://skmtc.dev/papr-ai/apis/papr-memory-api/changes/v1/memory/search/post)
