---
title: "Find auto replies"
method: GET
path: "/texts/auto-replys"
tags: ["texts"]
---

# Find auto replies

`GET /texts/auto-replys`

Find all text autoreplies created by user. Returns a paged list of TextAutoReply

## Query parameters

- `fields` string
- `limit` integer
- `offset` integer
- `number` string

## Response `200`

successful operation

- TextAutoReplyPage — ~
  - `items` object[] — A list of returned items
    - `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
  - `limit` integer — A maximum number of returned items. If items.size() < limit assume no more items
  - `offset` integer — An offset from a start of paging source
  - `totalCount` integer — Total count of available results. -1 if unknown

## 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)
