---
title: "List custom domains"
method: GET
path: "/scope_domain"
tags: ["Custom domain"]
---

# List custom domains

`GET /scope_domain`

List custom domains assigned to a scope.

## Query parameters

- `organization_id` string, required
- `scope_id` string
- `status` 'active' | 'pending'
- `name` string

## Response `200`

The operation was successful.

- ScopeDomainListResponse
  - `paging` object, required
    - `offset` integer, required — The starting point for pagination. Defaults to 0 if not provided.
    - `limit` integer, required — The maximum number of results to return per page. The maximum allowed value is 200.
  - `results` ScopeDomainResponse[], required
    - `id` string, required — The application-wide unique ID for the custom domain.
    - `name` string, required — The name of the custom domain.
    - `type` string, required — The type of the domain.
    - `selector` object — The selector for the custom domain.
      - `organization_id` string — The organization ID.
      - `nrn` string — The NRN of entity.
      - `scope_id` string — The scope ID that the custom domains is associated with..
    - `status` 'active' | 'pending' — The status of the domain.
    - `created_at` string, date-time — The ISO-8601 UTC timestamp of when the custom domain was created.
    - `updated_at` string, date-time — The ISO-8601 UTC timestamp of when the custom domain was last updated.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
