---
title: "List"
method: GET
path: "/api/v1/settings/domains"
tags: ["Org Domain"]
---

# List

`GET /api/v1/settings/domains`

List returns all verified domains configured for the tenant.

## Query parameters

- `page_size` integer — The maximum number of results to return per page.
- `page_token` string — A pagination token returned from a previous List call.

## Response `200`

Successful response

- C1ApiSettingsV1ListOrgDomainsResponse — The ListOrgDomainsResponse message.
  - `list` C1ApiSettingsV1OrgDomain[], nullable — The list of verified domains.
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `domain` string — The verified domain name (e.g., "example.com").
    - `id` string — The unique identifier of the domain record.
    - `updatedAt` string, date-time
  - `nextPageToken` string — A token to retrieve the next page of results, or empty if there are no more results.

---

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