---
title: "Search UI events (clicks, keystrokes, clipboard, etc.)"
method: GET
path: "/ui-events"
tags: ["UI Events"]
---

# Search UI events (clicks, keystrokes, clipboard, etc.)

`GET /ui-events`

## Query parameters

- `q` string, nullable
- `event_type` string, nullable
- `app_name` string, nullable
- `window_name` string, nullable
- `start_time` string, date-time, nullable
- `end_time` string, date-time, nullable
- `limit` integer
- `offset` integer

## Response `200`

UI events with pagination

- UiEventsResponse
  - `data` object[], required
  - `pagination` object, required
    - `limit` integer
    - `offset` integer
    - `total` integer

## Changes

- **2026-02-16** `e143bf8d73bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/ui-events/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/e143bf8d73bc/schema)
