---
title: "All Chat"
method: GET
path: "/chat"
---

# All Chat

`GET /chat`

The All Chat endpoint allows users to retrieve a complete list of all chats that have occurred within their WhatsApp channel. This endpoint provides an overview of the chat history, including details about each chat session. The response typically includes metadata such as chat IDs, contact information, and timestamps of recent activity. This functionality is essential for applications that need to display or manage the entire chat history, enabling developers to integrate chat retrieval features seamlessly into their platforms. It provides a foundational view of all ongoing and past conversations within the channel.

## Query parameters

- `limit` string, required
- `offset` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` string
    - `type` string
    - `metadata` object
      - `contact_id` string
      - `phone_number` string
    - `timestamp` object
      - `conversation` integer
      - `last_message` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
