---
title: "POST /domains/{domainId}"
method: POST
path: "/domains/{domainId}"
---

# POST /domains/{domainId}

`POST /domains/{domainId}`

Returns information about a specific domain if it exists.

## Path parameters

- `domainId` string, required

## Response `200`

Success

- GetDomainResponse
  - `domainId` string, required — The unique identifier of the Cases domain.
  - `domainArn` string, required — The Amazon Resource Name (ARN) for the Cases domain.
  - `name` string, required — The name of the Cases domain.
  - `createdTime` string, date-time, required — The timestamp when the Cases domain was created.
  - `domainStatus` 'Active' | 'CreationInProgress' | 'CreationFailed', required — The status of the Cases domain.
  - `tags` object — A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcases.md) · [All operations](https://skmtc.net/aws/apis/connectcases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcases/versions/2533502f9155/schema)
