> ## Documentation Index
> Fetch the complete documentation index at: https://api-documentation.kare-app.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

> API changes for the Search module.

<Update label="2026-09-13">
  **14 API change(s) - ⚠️ includes 11 breaking change(s)**

  **`GET /rs/search/v1/`**

  * the `data/items/ref` response property's maxLength was unset from `40` for the response status `200`
  * the `data/items/ref` response's property type/format changed from `string`/`to`/\`\` for status `200`
  * added the new `compliance` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `contact` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `contract` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `document` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `member` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `provider` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `report` enum value to the `data/items/entityType` response property for the response status `200`
  * added the new `routine` enum value to the `data/items/entityType` response property for the response status `200`
  * added `subschema #1, subschema #2` to the `data/items/ref` response property `anyOf` list for the response status `200`
  * the `data/items/ref` response's property pattern `^[A-Z]+-[1-9]\d*(?:-[A-Z]+-[1-9]\d*)*$` was removed for the status `200`

  **`POST /rs/search/v1/ask`**

  * api path removed without deprecation

  **`POST /rs/search/v1/query`**

  * endpoint added
</Update>

<Update label="2026-09-01">
  **4 API change(s)**

  **`GET /rs/search/v1/`**

  * added the optional property `data/items/interventionType` to the response with the `200` status

  **`POST /rs/search/v1/ask`**

  * added the optional property `cards/items/interventionType` to the response with the `200` status
  * added the optional property `clarification/candidates/items/interventionType` to the response with the `200` status

  **`GET /rs/search/v1/catalog`**

  * endpoint added
</Update>

<Update label="2026-08-25">
  **2 API change(s)**

  **`GET /rs/search/v1/`**

  * endpoint added

  **`POST /rs/search/v1/ask`**

  * endpoint added
</Update>
