---
title: "List all canned responses"
method: GET
path: "/v1/canned_responses"
tags: ["Canned Responses"]
---

# List all canned responses

`GET /v1/canned_responses`

Lists all canned responses

## Query parameters

- `cursor` integer
- `limit` integer

## Response `200`

Successful Response

- ExternalApiListResponseExternalCannedResponse
  - `data` ExternalCannedResponse[], required
    - `id` string, uuid, required
    - `name` string, required
    - `content` string, required
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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