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

# List action logs

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

Retrieve paginated account action logs (administrative and user
actions) for the given mail order. Supports filtering by account,
date range, and status. 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
- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` MailV1LogsActionActionLogResource[] — Array of [`Mail.V1.Logs.Action.ActionLogResource`](#model/mailv1logsactionactionlogresource)
    - `action` string
    - `extra` object, nullable — Arbitrary contextual payload
    - `created_at` string, date-time
    - `ip_address` string — Only populated for user-role logs
    - `role` string
    - `action_context` string
    - `response_status` 'OK' | 'Fail'
  - `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; 33 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/action/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)
