---
title: "Get Platform Stats"
method: GET
path: "/api/platform-stats/"
tags: ["dashboard"]
---

# Get Platform Stats

`GET /api/platform-stats/`

Declare per-endpoint throttling configuration attributes for views.

Endpoints can inherit this mixin and set:
- endpoint_default_rate_limit_per_user_per_min: float | None

When set (not None), throttling will use ONLY this default RPM for the endpoint
without requiring API key / org attributes on the request. When unset, the
standard API key / organization / subscription limits apply.

## Response `200`

No response body

- DashboardGetPlatformStatsResponse200 — Empty response body

## Changes

- **2026-07-31** `c26d550029f8` — 2 warning
  - deleted the `query` request parameter `breakdown_by`
  - removed the optional property `total_tokens` from the response with the `200` status

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/platform-stats/get.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)
