---
title: "Stats Endpoint"
method: GET
path: "/admin/email-classifier/stats"
tags: ["admin-email-classifier"]
---

# Stats Endpoint

`GET /admin/email-classifier/stats`

Return dataset summary: count, positives, negatives, last_updated.

## Response `200`

Successful Response

- StatsResponse
  - `count` integer, required
  - `positives` integer, required
  - `negatives` integer, required
  - `last_updated` string, date-time, nullable, required

---

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