---
title: "List Auto-Response Settings"
method: GET
path: "/messaging_profiles/{profile_id}/autoresp_configs"
tags: ["Opt-Out Management"]
---

# List Auto-Response Settings

`GET /messaging_profiles/{profile_id}/autoresp_configs`

Returns the auto-response rules configured for the specified messaging profile.

## Path parameters

- `profile_id` string, uuid, required

## Query parameters

- `country_code` string
- `created_at` object
  - `gte` string
  - `lte` string
- `updated_at` object
  - `gte` string
  - `lte` string

## Response `200`

Successful Response

- MessagingAutorespConfigsResponseSchema — List of Auto-Response Settings
  - `data` AutorespConfigSchema[], required
    - `country_code` string, required
    - `created_at` string, date-time, required
    - `id` string, required
    - `keywords` string[], required
    - `op` 'start' | 'stop' | 'info', required
    - `resp_text` string
    - `updated_at` string, date-time, required
  - `meta` MessagingPaginationMeta, required
    - `page_number` integer, required
    - `page_size` integer, required
    - `total_pages` integer, required
    - `total_results` integer, required

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
