---
title: "GET /search"
method: GET
path: "/search"
tags: ["Search"]
---

# GET /search

`GET /search`

Search across tasks, projects, workspaces, comments, and activities

## Query parameters

- `q` string, required
- `type` 'all' | 'tasks' | 'projects' | 'workspaces' | 'comments' | 'activities'
- `workspaceId` string
- `projectId` string
- `limit` integer
- `userEmail` string, email

## Response `200`

Search results

- object
  - `tasks` object[]
    - `id` string, required
    - `projectId` string, required
    - `position` number, required
    - `number` number, required
    - `userId` string, required
    - `title` string, required
    - `description` string, required
    - `status` string, required
    - `priority` 'no-priority' | 'low' | 'medium' | 'high' | 'urgent', required
    - `dueDate` unknown
    - `createdAt` unknown, required
  - `projects` object[]
    - `id` string, required
    - `workspaceId` string, required
    - `slug` string, required
    - `icon` string, required
    - `name` string, required
    - `description` string, required
    - `createdAt` unknown, required
    - `isPublic` boolean, required
  - `workspaces` object[]
    - `id` string, required
    - `name` string, required
    - `slug` string, required
    - `logo` string, required
    - `metadata` string, required
    - `description` string, required
    - `createdAt` unknown, required
  - `comments` object[]
    - `id` string, required
    - `taskId` string, required
    - `type` 'comment' | 'task' | 'status_changed' | 'priority_changed' | 'unassigned' | 'assignee_changed' | 'due_date_changed' | 'title_changed' | 'description_changed' | 'create', required
    - `createdAt` unknown, required
    - `userId` string, required
    - `content` string, required
    - `externalUserName` string, required
    - `externalUserAvatar` string, required
    - `externalSource` string, required
    - `externalUrl` string, required
  - `activities` object[]
    - `id` string, required
    - `taskId` string, required
    - `type` 'comment' | 'task' | 'status_changed' | 'priority_changed' | 'unassigned' | 'assignee_changed' | 'due_date_changed' | 'title_changed' | 'description_changed' | 'create', required
    - `createdAt` unknown, required
    - `userId` string, required
    - `content` string, required
    - `externalUserName` string, required
    - `externalUserAvatar` string, required
    - `externalSource` string, required
    - `externalUrl` string, required

## Changes

- **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 changed from `string` to `integer`
- **2026-02-21** `3a866dc99326` — 1 breaking, 6 info
  - the `tasks/items/status` response's property type changed from no type 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`
  - …3 more
- **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`
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/search/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/15fac753c45f/schema)
