---
title: "Get AI Summary of a 1:1 Chat"
method: GET
path: "/channel/chat/ai-summary"
tags: ["AI Summary"]
---

# Get AI Summary of a 1:1 Chat

`GET /channel/chat/ai-summary`

AI summary of a 1:1 conversation over an inclusive UTC date range of at most 7 days. Requires the Chat Summary feature to be enabled for the organization, and consumes one AI summarisation credit per generation.

## Query parameters

- `wabaNumber` string, required
- `customerNumber` string, required
- `startDate` string, date, required
- `endDate` string, date, required

## Response `200`

Summary retrieved (freshly generated or served from cache).

- ChatAiSummaryResponseDto
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `chatType` string
  - `chatMessagesCount` integer — Messages included in the summary (calls excluded).
  - `callsCount` integer — Calls included in the summary.
  - `summaries` object[] — One item per distinct topic discussed in the range, oldest first. An empty array when the range has no substantive activity.
    - `title` string — Short, sentence-case title of the topic (at most 7 words).
    - `description` string — About 30 words summarizing the topic.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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