---
title: "Find users with the most AI chats over a date range"
method: GET
path: "/v1/org/{orgId}/ai/chat/top-users"
tags: ["ai"]
---

# Find users with the most AI chats over a date range

`GET /v1/org/{orgId}/ai/chat/top-users`

## Path parameters

- `orgId` string, required

## Query parameters

- `startDate` string, date
- `endDate` string, date
- `fields` string
- `format` string
- `limit` integer
- `filter` string

## Response `200`

successful operation

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/0521a07431d4/schema)
