---
title: "List autoreplies"
method: GET
path: "/api/mail/v1/orders/{orderId}/autoreplies"
tags: ["Mail: Autoreplies"]
---

# List autoreplies

`GET /api/mail/v1/orders/{orderId}/autoreplies`

Retrieve a paginated list of autoreplies across all mailboxes of a
mail order.

## Path parameters

- `orderId` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` MailV1AutorepliesAutoreplyResource[] — Array of [`Mail.V1.Autoreplies.AutoreplyResource`](#model/mailv1autorepliesautoreplyresource)
    - `id` string — Unique autoreply identifier
    - `mailbox` MailV1AutorepliesAutoreplyMailboxResource
      - `id` string — Mailbox resource ID
      - `address` string
    - `subject` string — Subject of the automatic reply
    - `body` string — Body of the automatic reply
    - `display_name` string, nullable — Sender display name used for the reply
    - `starts_at` string, date-time — When the autoreply becomes active
    - `ends_at` string, date-time, nullable — When the autoreply stops
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `404` — Error response
- `422` — Error response
- `500` — Error response

## Changes

- **2026-07-24** `e27f7d28c018` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/mail/v1/orders/:orderId/autoreplies/get.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
