---
title: "List emails"
method: GET
path: "/services/{serviceId}/emails"
tags: ["Fax to Email"]
---

# List emails

`GET /services/{serviceId}/emails`

List emails for the project.

## Path parameters

- `serviceId` string, required

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

A list of emails associated with the project.

- object
  - `emails` Email[] — List of emails
    - `email` string, email, required
    - `phoneNumbers` Number[], required — Numbers you want to associate with this email.
      - `faxNumber` string, phoneNumber — A phone number in [E.164](https://community.sinch.com/t5/Glossary/E-164/ta-p/7537) format, including the leading '+'.
      - `permissions` 'both' | 'send' | 'receive' — Allows you to set permissions for sending and receiving faxes to this email/phone number combination. Default value is `both`.
    - `projectId` string — The `Id` of the project associated with the call.
    - `createdAt` string, date-time — The date and time the email configuration was created.
    - `updatedAt` string, date-time — The date and time the email configuration was last updated.
  - `page` integer — Current page
  - `totalPages` integer — Total number of pages.
  - `pageSize` integer — Number of items per page.
  - `totalItems` integer — Total size of the result.

---

[API](https://skmtc.net/sinch/apis/fax-api.md) · [All operations](https://skmtc.net/sinch/apis/fax-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/fax-api/revisions/ebcbb377ee0f/schema)
