---
title: "[BETA] get quick replies"
method: POST
path: "/instances/{id}/client/action/get-quick-replies"
tags: ["client"]
---

# [BETA] get quick replies

`POST /instances/{id}/client/action/get-quick-replies`

List all quick replies configured on the business account. Note: This endpoint is currently in beta and may change without notice.

## Path parameters

- `id` integer, required

## Response `200`

Quick replies retrieved successfully

- object
  - `instanceId` string — ID of the instance
  - `data` object
    - `quickReplies` object[]
      - `id` string
      - `shortcut` string
      - `message` string
      - `count` integer
      - `keywords` string[]
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you

---

[API](https://skmtc.net/waapi/apis/waapi-api.md) · [All operations](https://skmtc.net/waapi/apis/waapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/waapi/waapi-api/revisions/1e2cc7c12090/schema)
