---
title: "List auto replies"
method: GET
path: "/1/mail_hostings/{mail_hosting_id}/auto_replies"
tags: ["Service Mail > Auto Reply"]
---

# List auto replies

`GET /1/mail_hostings/{mail_hosting_id}/auto_replies`

Returns list of auto replies models for given service mail

## Path parameters

- `mail_hosting_id` integer, required

## Query parameters

- `with` string

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 93e74a89ServiceMailResponder[]
    - `id` integer, required — Unique identifier of the resource `Service Mail Responder`
    - `name` string, required — Name of the pack mail responder
    - `is_model` boolean, required
    - `source_model_id` integer, nullable, required
    - `message` string, required — Message sent by the responder
    - `is_recurrent` boolean, required — Days when the responder is activated
    - `recurrent_days` 93e74a89RecurrentDays, required
      - `monday` boolean, required
      - `tuesday` boolean, required
      - `wednesday` boolean, required
      - `thursday` boolean, required
      - `friday` boolean, required
      - `sunday` boolean, required
      - `saturday` boolean, required
    - `started_at` integer, nullable, required — Timestamp of the start of the responder
    - `ended_at` integer, nullable, required — Timestamp of the end of the responder
    - `is_active` boolean, required — Tells if the responder is activated
    - `is_visible` boolean, nullable, required — Tells if the responder is visible for the other users of the mail service
    - `dont_reply_to` string[] — Emails that aren't concerned with the responder
    - `reply_from_id` integer, nullable — Id of the Email that send the auto reply
    - `reply_from` string — Email that send the auto reply
    - `valid_emails` 93e74a89ValidEmail[] — List of emails validated
      - `id` integer, required — Unique identifier of the resource `Valid Email`
      - `email` string, required — Email
      - `email_idn` string, required — Mail with special character like é or other
      - `is_account` string, required
      - `is_verified` string, required
      - `is_removable` string, required

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
