---
title: "Changes to Global search"
method: GET
path: "/search"
---

# Changes to Global search

`GET /search`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 23 revisions.

- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 5 warning, 7 info
- **2026-07-11** `09053e1c8b21` — 2 breaking
- **2026-07-11** `32cece1ebe43` — 9 breaking, 5 info
- **2026-03-05** `c45ef22a736c` — 22 breaking, 22 info
- **2026-03-04** `298877d6a79a` — 26 breaking, 2 info
- **2026-02-21** `4b8811b821e6` — 25 breaking, 23 info
- **2026-02-21** `15fac753c45f` — 2 breaking
- **2026-02-21** `3a866dc99326` — 1 breaking, 6 info
- **2026-01-11** `f6c7baa36924` — 3 breaking, 9 info
- **2025-12-14** `38f83a691e6a` — 3 breaking, 31 warning, 1 info
- **2025-12-13** `75119d670ebb` — 1 breaking, 2 warning, 1 info
- **2025-12-11** `93b231773126` — 1 breaking, 5 info

## Changes

- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 5 warning, 7 info
  - the `query` request parameter `workspaceId` became required
  - for the `query` request parameter `limit`, default value was changed from `20` to `20`
  - for the `query` request parameter `workspaceId`, the minLength was increased from `0` to `1`
  - removed the optional property `activities` from the response with the `200` status
  - removed the optional property `comments` from the response with the `200` status
  - removed the optional property `projects` from the response with the `200` status
  - removed the optional property `tasks` from the response with the `200` status
  - removed the optional property `workspaces` from the response with the `200` status
  - for the `query` request parameter `limit`, the type/format was generalized from `integer`/`` to `string`/``
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the required property `results` to the response with the `200` status
  - added the required property `searchQuery` to the response with the `200` status
  - added the required property `totalCount` to the response with the `200` status
- **2026-07-11** `09053e1c8b21` — 2 breaking
  - for the `query` request parameter `limit`, default value was changed from `20` to `20`
  - for the `query` request parameter `limit`, the type/format was changed from `string`/`` to `integer`/``
- **2026-07-11** `32cece1ebe43` — 9 breaking, 5 info
  - the `activities/items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `activities/items/type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `comments/items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `comments/items/type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `projects/items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `tasks/items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `tasks/items/dueDate` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `tasks/items/priority` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `workspaces/items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - for the `query` request parameter `type`, the type/format was generalized from ``/`` to `string`/``
  - added the optional property `tasks/items/startDate` to the response with the `200` status
  - added the required property `activities/items/eventData` to the response with the `200` status
  - added the required property `comments/items/eventData` to the response with the `200` status
  - added the required property `projects/items/archivedAt` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 22 breaking, 22 info
  - the response property `activities/items/content` became nullable for the status `200`
  - the response property `activities/items/externalSource` became nullable for the status `200`
  - the response property `activities/items/externalUrl` became nullable for the status `200`
  - the response property `activities/items/externalUserAvatar` became nullable for the status `200`
  - the response property `activities/items/externalUserName` became nullable for the status `200`
  - the response property `activities/items/userId` became nullable for the status `200`
  - the response property `comments/items/content` became nullable for the status `200`
  - the response property `comments/items/externalSource` became nullable for the status `200`
  - the response property `comments/items/externalUrl` became nullable for the status `200`
  - the response property `comments/items/externalUserAvatar` became nullable for the status `200`
  - the response property `comments/items/externalUserName` became nullable for the status `200`
  - the response property `comments/items/userId` became nullable for the status `200`
  - the response property `projects/items/description` became nullable for the status `200`
  - the response property `projects/items/icon` became nullable for the status `200`
  - the response property `projects/items/isPublic` became nullable for the status `200`
  - the response property `tasks/items/description` became nullable for the status `200`
  - the response property `tasks/items/number` became nullable for the status `200`
  - the response property `tasks/items/position` became nullable for the status `200`
  - the response property `tasks/items/userId` became nullable for the status `200`
  - the response property `workspaces/items/description` became nullable for the status `200`
  - the response property `workspaces/items/logo` became nullable for the status `200`
  - the response property `workspaces/items/metadata` became nullable for the status `200`
  - response property `activities/items/content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalSource` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalUrl` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalUserAvatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalUserName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalSource` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalUrl` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalUserAvatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalUserName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `projects/items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `projects/items/icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `projects/items/isPublic` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `tasks/items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `tasks/items/number` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `tasks/items/position` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …4 more
- **2026-03-04** `298877d6a79a` — 26 breaking, 2 info
  - for the `query` request parameter `limit`, default value was changed from `20` to `20`
  - response property `activities/items/content` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `activities/items/externalSource` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `activities/items/externalUrl` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `activities/items/externalUserAvatar` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `activities/items/externalUserName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `activities/items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/content` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/externalSource` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/externalUrl` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/externalUserAvatar` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/externalUserName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `projects/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `projects/items/icon` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `projects/items/isPublic` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `tasks/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `tasks/items/number` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `tasks/items/position` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `tasks/items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `workspaces/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `workspaces/items/logo` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `workspaces/items/metadata` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `activities/items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `comments/items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `tasks/items/priority` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - for the `query` request parameter `limit`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `type`, the type/format was generalized from `string`/`` to ``/``
- **2026-02-21** `4b8811b821e6` — 25 breaking, 23 info
  - the response property `activities/items/content` became nullable for the status `200`
  - the response property `activities/items/externalSource` became nullable for the status `200`
  - the response property `activities/items/externalUrl` became nullable for the status `200`
  - the response property `activities/items/externalUserAvatar` became nullable for the status `200`
  - the response property `activities/items/externalUserName` became nullable for the status `200`
  - the response property `activities/items/userId` became nullable for the status `200`
  - the response property `comments/items/content` became nullable for the status `200`
  - the response property `comments/items/externalSource` became nullable for the status `200`
  - the response property `comments/items/externalUrl` became nullable for the status `200`
  - the response property `comments/items/externalUserAvatar` became nullable for the status `200`
  - the response property `comments/items/externalUserName` became nullable for the status `200`
  - the response property `comments/items/userId` became nullable for the status `200`
  - the response property `projects/items/description` became nullable for the status `200`
  - the response property `projects/items/icon` became nullable for the status `200`
  - the response property `projects/items/isPublic` became nullable for the status `200`
  - the response property `tasks/items/description` became nullable for the status `200`
  - the response property `tasks/items/number` became nullable for the status `200`
  - the response property `tasks/items/position` became nullable for the status `200`
  - the response property `tasks/items/userId` became nullable for the status `200`
  - the response property `workspaces/items/description` became nullable for the status `200`
  - the response property `workspaces/items/logo` became nullable for the status `200`
  - the response property `workspaces/items/metadata` became nullable for the status `200`
  - the `activities/items/type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `comments/items/type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `tasks/items/priority` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - for the `query` request parameter `type`, the type/format was generalized from ``/`` to `string`/``
  - response property `activities/items/content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalSource` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalUrl` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalUserAvatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/externalUserName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `activities/items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalSource` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalUrl` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalUserAvatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/externalUserName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `comments/items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `projects/items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `projects/items/icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …8 more
- **2026-02-21** `15fac753c45f` — 2 breaking
  - for the `query` request parameter `limit`, default value was changed from `20` to `20`
  - for the `query` request parameter `limit`, the type/format was changed from `string`/`` to `integer`/``
- **2026-02-21** `3a866dc99326` — 1 breaking, 6 info
  - the `tasks/items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed the `archived` enum value from the `tasks/items/status` response property for the response status `200`
  - removed the `done` enum value from the `tasks/items/status` response property for the response status `200`
  - removed the `in-progress` enum value from the `tasks/items/status` response property for the response status `200`
  - removed the `in-review` enum value from the `tasks/items/status` response property for the response status `200`
  - removed the `planned` enum value from the `tasks/items/status` response property for the response status `200`
  - removed the `to-do` enum value from the `tasks/items/status` response property for the response status `200`
- **2026-01-11** `f6c7baa36924` — 3 breaking, 9 info
  - the response property `tasks/items/dueDate` became optional for the status `200`
  - response property `activities/items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `comments/items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - removed `subschema #1, subschema #2` from the `tasks/items/dueDate` response property `anyOf` list for the response status `200`
  - added the required property `activities/items/externalSource` to the response with the `200` status
  - added the required property `activities/items/externalUrl` to the response with the `200` status
  - added the required property `activities/items/externalUserAvatar` to the response with the `200` status
  - added the required property `activities/items/externalUserName` to the response with the `200` status
  - added the required property `comments/items/externalSource` to the response with the `200` status
  - added the required property `comments/items/externalUrl` to the response with the `200` status
  - added the required property `comments/items/externalUserAvatar` to the response with the `200` status
  - added the required property `comments/items/externalUserName` to the response with the `200` status
- **2025-12-14** `38f83a691e6a` — 3 breaking, 31 warning, 1 info
  - the `activities/items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `comments/items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `tasks/items/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `archived` enum value to the `tasks/items/status` response property for the response status `200`
  - added the new `assignee_changed` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `assignee_changed` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `comment` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `comment` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `create` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `create` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `description_changed` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `description_changed` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `done` enum value to the `tasks/items/status` response property for the response status `200`
  - added the new `due_date_changed` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `due_date_changed` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `high` enum value to the `tasks/items/priority` response property for the response status `200`
  - added the new `in-progress` enum value to the `tasks/items/status` response property for the response status `200`
  - added the new `in-review` enum value to the `tasks/items/status` response property for the response status `200`
  - added the new `low` enum value to the `tasks/items/priority` response property for the response status `200`
  - added the new `medium` enum value to the `tasks/items/priority` response property for the response status `200`
  - added the new `no-priority` enum value to the `tasks/items/priority` response property for the response status `200`
  - added the new `planned` enum value to the `tasks/items/status` response property for the response status `200`
  - added the new `priority_changed` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `priority_changed` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `status_changed` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `status_changed` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `task` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `task` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `title_changed` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `title_changed` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `to-do` enum value to the `tasks/items/status` response property for the response status `200`
  - added the new `unassigned` enum value to the `activities/items/type` response property for the response status `200`
  - added the new `unassigned` enum value to the `comments/items/type` response property for the response status `200`
  - added the new `urgent` enum value to the `tasks/items/priority` response property for the response status `200`
  - removed `subschema #1, subschema #2` from the `tasks/items/priority` response property `anyOf` list for the response status `200`
- **2025-12-13** `75119d670ebb` — 1 breaking, 2 warning, 1 info
  - for the `query` request parameter `q`, the minLength was increased from `0` to `1`
  - for the `query` request parameter `limit`, the max was set to `50.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - for the `query` request parameter `limit`, the type/format was generalized from `number`/`` to `string`/``
- **2025-12-11** `93b231773126` — 1 breaking, 5 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `activities` to the response with the `200` status
  - added the optional property `comments` to the response with the `200` status
  - added the optional property `projects` to the response with the `200` status
  - added the optional property `tasks` to the response with the `200` status
  - added the optional property `workspaces` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/search/get.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/search/get)
