---
title: "Get user saved replies"
method: GET
path: "/canned-messages"
tags: ["Saved Replies"]
---

# Get user saved replies

`GET /canned-messages`

REQUIRED SCOPES <code>['saved-replies:read']</code><br>You can use this API endpoint to get the list of the available saved replies. The request returnes a JSON array of saved replies. <br><br>In addition, it is allowed to: <ul><li>Specify the number of saved replies to fetch per page</li> <li>Specify the page number</li> <li>Set the limit of saved replies to be fetched per page (if the limit is not set, the default limit will be considered)</li> <li>Filter by title and text of saved replies</li></ul>

## Query parameters

- `integration_id` string
- `search` string
- `length` string
- `page` string
- `contact_id` string

## Response `200`

OK

- CannedMessageResource[]
  - `id` integer
  - `owner_id` integer
  - `organization_id` integer
  - `integration_id` integer
  - `public` boolean
  - `title` string
  - `message` string
  - `shortcut` string
  - `media_url` object[]
    - `url` string
    - `content_type` string

---

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