---
title: "Api Customers Graph List"
method: GET
path: "/api/customers/graph"
tags: ["dashboard"]
---

# Api Customers Graph List

`GET /api/customers/graph`

Legacy admin customer graph.

This graph counts direct customers from `ch_organization`. It does not count
`CustomerUser` rows, which represent end users of our customers.

## Headers

- `Authorization` string, required

## Response `200`

- CustomerUserGraph[]
  - `total_customers` integer
  - `total_users` integer
  - `previous_total_users` integer
  - `active_users` integer
  - `average_cost_per_user` number, double
  - `average_user_sentiment` number, double
  - `date_group` string, date-time
  - `total_requests` integer

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
