---
title: "Search for saved replies"
method: GET
path: "/canned-messages/search"
tags: ["Saved Replies"]
---

# Search for saved replies

`GET /canned-messages/search`

REQUIRED SCOPES <code>['saved-replies:read']</code><br>This API endpoint enables you to search for saved replies matching a query. The search is based on the сontact id.  <br><br>In order to easily find the saved reply you need, it is allowed to specify the number of results per page and filter saved replies by title. <br><br>The request returns a list of saved replies containing a specific search term.

## Query parameters

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

## Response `200`

OK

- object
  - `data` CannedMessageResource — Class 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)
