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

# List mailbox action logs

`GET /api/mail/v1/orders/{orderId}/logs/mailbox-actions`

Retrieve paginated mailbox action logs (message and mailbox events)
for a mailbox in the given mail order. The mailbox email must belong
to the order's domain. Supports date range and event type filters.
Results are sorted by timestamp descending.

## Path parameters

- `orderId` string, required

## Query parameters

- `email` string, email, required
- `date` string, date, nullable
- `from_date` string, date-time, nullable
- `to_date` string, date-time, nullable
- `event` 'MessageNew' | 'MessageRead' | 'MessageAppend' | 'MessageExpunge' | 'MailboxCreate' | 'MailboxDelete' | 'MailboxRename', nullable
- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` MailV1LogsMailboxActionsMailboxActionLogResource[] — Array of [`Mail.V1.Logs.MailboxActions.MailboxActionLogResource`](#model/mailv1logsmailboxactionsmailboxactionlogresource)
    - `folder` string
    - `time` integer — Unix timestamp of the event
    - `event` 'MessageNew' | 'MessageRead' | 'MessageAppend' | 'MessageExpunge' | 'MailboxCreate' | 'MailboxDelete' | 'MailboxRename'
    - `mailbox` string — Mailbox email address
    - `hostname` string
    - `timestamp` 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-23** `469803074b2e` — 1 info
  - endpoint added

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