---
title: "Get saved reply by id"
method: GET
path: "/saved-replies/{replyId}"
tags: ["Saved Replies"]
---

# Get saved reply by id

`GET /saved-replies/{replyId}`

## Path parameters

- `replyId` string, required

## Query parameters

- `fields` string

## Response `200`

OK

- object
  - `question` string
  - `answer` string
  - `applyWhenHasBooking` boolean
  - `applyWhenNoBooking` boolean
  - `isAbstract` boolean
  - `type` 'user' | 'guest' | 'contact' | 'review'
  - `language` 'en' | 'fr' | 'es' | 'it' | 'ru' | 'ja' | 'zh' — Language of the saved reply.
  - `excludeListingIds` string[] — Exclude saved reply from the specific listings
  - `listingsIds` string[] — Apply saved reply for the specific listings
  - `folder` string
  - `tags` string[]
  - `filters` object — Apply saved reply to listings which match the filters
    - `_id` string — Unique Id
    - `field` string — Subject of the filter, e.g. listing.address.city
    - `operator` string — Enhanced MongoDB comparison operator: $eq, $not, $contains, $notcontains, $gt, $lt, $between
    - `value` string[] — Values to filter by.
  - `accountId` string — Unique Id
  - `_id` string — Unique Id

## Other responses

- `404` — Not found

---

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