---
title: "Get chat window status"
method: GET
path: "/chat/status"
tags: ["Customer"]
---

# Get chat window status

`GET /chat/status`

Get chat window status for a customer with given WABA number

## Query parameters

- `customerPhoneNumber` string, required
- `wabaNumber` string, required

## Response `200`

Chat window status details

- object
  - `customerPhoneNumber` string
  - `wabaNumber` string
  - `isOpen` boolean

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `404` — Chat or WABA number not found

---

[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)
