---
title: "Get a project domain"
method: GET
path: "/projects/{projectId}/domains/{domainId}"
tags: ["Domain Management"]
---

# Get a project domain

`GET /projects/{projectId}/domains/{domainId}`

Retrieve information about a single user-specified domain
associated with a project.

## Path parameters

- `projectId` string, required
- `domainId` string, required

## Response `default`

- union
  - ProdDomainStorage
    - `id` string — The identifier of ProdDomainStorage
    - `created_at` string, date-time, nullable, required — The creation date
    - `updated_at` string, date-time, nullable, required — The update date
    - `type` string, required
    - `project` string
    - `name` string, required
    - `registered_name` string
    - `attributes` object, required — Arbitrary attributes attached to this resource
    - `is_default` boolean — Is this domain default
  - ReplacementDomainStorage
    - `id` string — The identifier of ReplacementDomainStorage
    - `created_at` string, date-time, nullable, required — The creation date
    - `updated_at` string, date-time, nullable, required — The update date
    - `type` string, required — Domain type
    - `project` string
    - `name` string, required
    - `registered_name` string
    - `attributes` object, required — Arbitrary attributes attached to this resource
    - `replacement_for` string — Prod domain which will be replaced by this domain.

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
