---
title: "Get activity summary"
method: GET
path: "/activity-summary"
tags: ["Activity"]
---

# Get activity summary

`GET /activity-summary`

Lightweight compressed activity overview for a time range.
Returns app usage, recent accessibility texts, and audio summary (~200-500 tokens).

## Query parameters

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

## Response `200`

OK

- ActivitySummaryResponse
  - `apps` AppUsage[], required
    - `name` string, required
    - `frame_count` integer, required
    - `minutes` number, required
    - `first_seen` string, required
    - `last_seen` string, required
  - `recent_texts` RecentText[], required
    - `text` string, required
    - `app_name` string, required
    - `timestamp` string, required
  - `audio_summary` AudioSummary, required
    - `segment_count` integer, required
    - `speakers` SpeakerSummary[], required
      - `name` string, required
      - `segment_count` integer, required
  - `total_frames` integer, required
  - `time_range` TimeRange, required
    - `start` string, required
    - `end` string, required

## Changes

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

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Activity` added
- **2026-04-08** `1a63468a8d30` — 1 info
  - endpoint added

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