---
title: "Find a specific auto reply"
method: GET
path: "/texts/auto-replys/{id}"
tags: ["texts"]
---

# Find a specific auto reply

`GET /texts/auto-replys/{id}`

Returns a single TextAutoReply instance for a given text auto reply id

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Response `200`

successful operation

- TextAutoReply — CallFire allows you to set up auto reply messages for your numbers CallFire allows you to set up auto reply messages for your numbers and keywords. You can set a general auto reply for anyone who texts your number (keyword). Also you can include a text to match, so that the auto reply would be sent only to those recipients whose texts the matched text
  - `id` integer — An id of a text auto reply
  - `number` string — Setup autoreply for a given phone number, E.164 format (11-digit). Example: 12132000384
  - `keyword` string — Setup autoreply for a given keyword
  - `match` string — Text to match. If it is set then autoreply will be sent to a person who texted message with matched text. Case insensitive, if parameter is not specified then all texts will be matched
  - `message` string — A text message to return as an auto reply

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

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