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

# Get stat dimensions

`GET /api/v1/stats/dimensions`

Returns the distinct values available for filtering: voice models, language models, and app names.

## Response `200`

Available filter dimensions

- object
  - `voice_models` string[], required — Available voice model identifiers
  - `language_models` string[], required — Available language model identifiers
  - `app_names` string[], required — Application names seen in recordings

## 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)
