---
title: "Get UI event statistics grouped by app and event type"
method: GET
path: "/ui-events/stats"
tags: ["UI Events"]
---

# Get UI event statistics grouped by app and event type

`GET /ui-events/stats`

## Query parameters

- `start_time` string, date-time, nullable
- `end_time` string, date-time, nullable

## Response `200`

Event statistics

- UiEventStats[]
  - `app_name` string, required
  - `event_type` string, required
  - `count` integer, required

## Changes

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

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