---
title: "Get Dashboard Stats"
method: GET
path: "/dashboard/stats"
tags: ["Dashboard"]
---

# Get Dashboard Stats

`GET /dashboard/stats`

Get dashboard statistics for the customer

## Response `200`

Successful Response

- DashboardStats — Dashboard statistics schema
  - `calls_today` integer, required
  - `calls_this_week` integer, required
  - `calls_this_week_change` number, required
  - `booked_meetings` integer, required
  - `booked_meetings_change` number, required
  - `conversion_rate` number, required

---

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