---
title: "Get summary statistics"
method: GET
path: "/api/v1/stats/summary"
tags: ["Stats"]
---

# Get summary statistics

`GET /api/v1/stats/summary`

Returns aggregated totals for recordings, duration, words, and processing times within a date range.

## Query parameters

- `start_date` string
- `end_date` string
- `filter[member_email]` string
- `filter[voice_model]` string
- `filter[language_model]` string
- `filter[app_name]` string

## Response `200`

Summary statistics

- object
  - `total_recordings` number, required — Total number of recordings
  - `total_duration_minutes` number, required — Total recording duration in minutes
  - `total_words` number, required — Total words transcribed
  - `avg_llm_processing_seconds` number, required — Average LLM processing time in seconds
  - `avg_voice_processing_seconds` number, required — Average voice processing time in seconds

## Other responses

- `401` — Unauthorized — missing or invalid bearer token

---

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