---
title: "List Quantiles"
method: POST
path: "/api/dashboard/quantiles/"
tags: ["dashboard"]
---

# List Quantiles

`POST /api/dashboard/quantiles/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Request body

- CHQuantilesRequest
  - `date_group` string, date-time, required
  - `latency_quantiles` unknown[]
    - unknown
  - `ttft_quantiles` unknown[]
    - unknown
  - `tps_quantiles` unknown[]
    - unknown
  - `prompt_tokens_quantiles` unknown[]
    - unknown
  - `completion_tokens_quantiles` unknown[]
    - unknown

## Response `201`

- CHQuantiles
  - `date_group` string, date-time, required
  - `latency_quantiles` unknown[]
    - unknown
  - `ttft_quantiles` unknown[]
    - unknown
  - `tps_quantiles` unknown[]
    - unknown
  - `prompt_tokens_quantiles` unknown[]
    - unknown
  - `completion_tokens_quantiles` unknown[]
    - unknown

## Changes

- **2026-07-31** `c26d550029f8` — 2 breaking, 8 warning, 6 info
  - added the new required request property `date_group`
  - removed the success response with the status `200`
  - deleted the `query` request parameter `date`
  - deleted the `query` request parameter `end_time`
  - …12 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/dashboard/quantiles/post.md)

---

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