---
title: "Changes to Search User Events"
method: GET
path: "/api/v1/users/event/search/{user_id}"
---

# Changes to Search User Events

`GET /api/v1/users/event/search/{user_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 31 revisions.

- **2026-07-17** `4543f130c8e0` — 1 breaking, 1 warning, 4 info
- **2025-09-03** `762181edd990` — 1 breaking, 3 warning, 2 info
- **2025-09-01** `c5d39efe16d8` — 1 info
- **2025-07-12** `0f9b630d3b07` — 1 breaking
- **2025-07-06** `5bed9e705467` — 1 breaking
- **2025-05-19** `f0f4a1940afe` — 1 breaking
- **2025-04-23** `7888f6e1f6e7` — 1 info
- **2025-01-15** `a9bfbdf3d53b` — 1 breaking

## Changes

- **2026-07-17** `4543f130c8e0` — 1 breaking, 1 warning, 4 info
  - the response's body type changed from no type to `object` for status `200`
  - deleted the `query` request parameter `use_gists`
  - removed `#/components/schemas/UserEventGistsDataResponse, #/components/schemas/UserEventsDataResponse` from the response body `anyOf` list for the response status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `errmsg` to the response with the `200` status
  - added the optional property `errno` to the response with the `200` status
- **2025-09-03** `762181edd990` — 1 breaking, 3 warning, 2 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `errmsg` from the response with the `200` status
  - removed the optional property `errno` from the response with the `200` status
  - added the new optional `query` request parameter `use_gists`
  - added `#/components/schemas/UserEventGistsDataResponse, #/components/schemas/UserEventsDataResponse` to the response body `anyOf` list for the response status `200`
- **2025-09-01** `c5d39efe16d8` — 1 info
  - for the `path` request parameter `user_id`, the type was generalized from `string` to no type
- **2025-07-12** `0f9b630d3b07` — 1 breaking
  - for the `query` request parameter `time_range_in_days`, default value was changed from `21` to `180`
- **2025-07-06** `5bed9e705467` — 1 breaking
  - for the `query` request parameter `time_range_in_days`, default value was changed from `7` to `21`
- **2025-05-19** `f0f4a1940afe` — 1 breaking
  - for the `query` request parameter `similarity_threshold`, default value was changed from `0.5` to `0.2`
- **2025-04-23** `7888f6e1f6e7` — 1 info
  - endpoint added
- **2025-01-15** `a9bfbdf3d53b` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/memodb-io/apis/memobase-api/docs/api/v1/users/event/search/:user_id/get.md) · [API](https://skmtc.dev/memodb-io/apis/memobase-api.md) · [Page](https://skmtc.dev/memodb-io/apis/memobase-api/changes/api/v1/users/event/search/:user_id/get)
