---
title: "List numbers for service"
method: GET
path: "/services/{id}/numbers"
tags: ["Services"]
---

# List numbers for service

`GET /services/{id}/numbers`

List numbers for a service.

## Path parameters

- `id` string, required

## Query parameters

- `pageSize` integer
- `page` string

## Response `200`

The list of numbers, or an [Error](https://developers.sinch.com/docs/fax/api-reference/status-codes)

- object
  - `numbers` ServicePhoneNumber[] — List of phone numbers
    - `phoneNumber` 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.
    - `serviceId` string — ID of the fax service used.
  - `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)
