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

# List outbound logs

`GET /api/mail/v1/orders/{orderId}/logs/outbound`

Retrieve paginated outbound (sent mail) delivery logs for the domain
attached to the given mail order. Supports filtering by account, date
range, status, sender, and recipient. Results are sorted by timestamp
descending.

## Path parameters

- `orderId` string, required

## Query parameters

- `account` string, email, nullable
- `date` string, date, nullable
- `from_date` string, date-time, nullable
- `to_date` string, date-time, nullable
- `status` 'Successful' | 'Failed', nullable
- `sender` string, nullable
- `recipient` string, nullable
- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` MailV1LogsCommonDeliveryLogResource[] — Array of [`Mail.V1.Logs.Common.DeliveryLogResource`](#model/mailv1logscommondeliverylogresource)
    - `account` string
    - `rcpt` string
    - `rcpts` string
    - `client_ip` string
    - `from` string
    - `nrcpt` string
    - `timestamp` string, date-time
    - `relay_events` MailV1LogsCommonDeliveryLogRelayEventResource[]
      - `address_to` string
      - `relay` string
      - `delay` string
      - `dsn` string
      - `status` string
      - `response` string
      - `time` string, date-time
    - `status` string
    - `is_spam` boolean
  - `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

> 88 revisions in range; 16 could not be searched.

- **2026-07-23** `469803074b2e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/mail/v1/orders/:orderId/logs/outbound/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)
