---
title: "Get Chat Metrics"
method: GET
path: "/chat/conversations/metrics"
tags: ["Chat"]
---

# Get Chat Metrics

`GET /chat/conversations/metrics`

Get chat metrics (today, this week, total) for the current customer.

## Response `200`

Successful Response

- ChatMetricsResponse
  - `chats_today` integer, required
  - `chats_this_week` integer, required
  - `total_chats` integer, 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)
