---
title: "List domains"
method: GET
path: "/services/{serviceId}/domains"
tags: ["Domains"]
---

# List domains

`GET /services/{serviceId}/domains`

List existing domains for the specified service.

## Path parameters

- `serviceId` string, required

## Response `200`

The domains contained in the service.

- DomainsListResponse
  - `page` integer — Current page
  - `totalPages` integer — Total number of pages.
  - `pageSize` integer — Number of items per page.
  - `totalItems` integer — Total size of the result.
  - `domains` Domain[]
    - `id` string — The ID of the domain.
    - `name` string — The name of the domain.
    - `receivingDnsRecord` ReceivingRecords
      - `isActive` boolean — True if the domain is active.
      - `cached` string[] — Any cached value of the record.
      - `priority` integer — The priority for the record.
      - `recordType` string — The type of the record.
      - `valid` 'valid' | 'invalid' — The validity of the record.
      - `value` string — The value of the record.
    - `sendingDnsRecord` SendingRecords
      - `isActive` boolean — True if the domain is active.
      - `cached` string[] — Any cached value of the record.
      - `name` string — The name of the domain record.
      - `recordType` string — The type of the record.
      - `valid` 'valid' | 'invalid' — The validity of the record.
      - `value` string — The value of the record.
    - `serviceId` string — The ID of the service to which the domain is attached.
    - `createdAt` string, date-time — The timestamp on which the domain was created.
    - `updatedAt` string, date-time — The timestamp on which the domain was updated.
    - `verified` boolean — Flag that shows if the domain has been verified.
    - `routeId` string — The route ID of the domain.

---

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