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

# Keyword search

`GET /search/keyword`

Fast keyword-based search across all content types.

## Query parameters

- `query` string
- `limit` integer
- `offset` integer
- `start_time` string, date-time, nullable
- `end_time` string, date-time, nullable
- `fuzzy_match` boolean
- `order` 'ascending' | 'descending'
- `app_names` string[], nullable
- `group` boolean

## Response `200`

OK

- object

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Search` added
- **2026-04-08** `1a63468a8d30` — 8 breaking, 6 info
  - for the `query` request parameter `fuzzy_match`, default value `false` was removed
  - for the `query` request parameter `group`, default value `false` was removed
  - for the `query` request parameter `limit`, default value `20` was removed
  - for the `query` request parameter `offset`, default value `0` was removed
  - …10 more
- **2026-02-16** `e143bf8d73bc` — 4 breaking, 2 info
  - the `query` request parameter `query` became required
  - for the `query` request parameter `fuzzy_match`, default value `false` was added
  - for the `query` request parameter `limit`, default value `20` was added
  - for the `query` request parameter `offset`, default value `0` was added
  - …2 more
- **2026-02-11** `2825740bcf63` — 9 breaking, 8 info
  - removed the enum value `ascending` from the `query` request parameter `order`
  - removed the enum value `descending` from the `query` request parameter `order`
  - the response property `items/app_name` became nullable for the status `200`
  - removed the required property `items/confidence` from the response with the `200` status
  - …13 more

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/search/keyword/get.md)

---

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