---
title: "List customer email logs"
method: GET
path: "/2/etickets/customers/{customer_id}/logs"
tags: ["Customer"]
---

# List customer email logs

`GET /2/etickets/customers/{customer_id}/logs`

This endpoint list customer email logs

## Path parameters

- `customer_id` string, required

## Query parameters

- `with` string
- `order_for` object
  - `action` '"asc"' | '"desc"'
  - `author` '"asc"' | '"desc"'
  - `date` '"asc"' | '"desc"'
  - `message` '"asc"' | '"desc"'

## Response `200`

OK

- Response
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request

## Other responses

- `404` — not_found
- `422` — Validation failed

---

[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)
