---
title: "Demo Status"
method: GET
path: "/admin/demo-accounts/status"
tags: ["admin-demo-accounts"]
---

# Demo Status

`GET /admin/demo-accounts/status`

## Response `200`

Successful Response

- DemoStatusOut
  - `demo_users` DemoUserOut[], required
    - `id` string, required
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `role` string, nullable
  - `class_ids` string[], required
  - `live_counts` object, required
  - `snapshot` SnapshotOut
    - `id` string, required
    - `created_at` string, date-time, required
    - `created_by` string, nullable
    - `doc_counts` object, required
    - `total_docs` integer, required
    - `last_reset_at` string, date-time, nullable
    - `reset_count` integer

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/e75413b9576a?raw)
