---
title: "GET /spaces/{spaceId}"
method: GET
path: "/spaces/{spaceId}"
---

# GET /spaces/{spaceId}

`GET /spaces/{spaceId}`

Displays information about the AWS re:Post Private private re:Post.

## Path parameters

- `spaceId` string, required

## Response `200`

Success

- GetSpaceOutput
  - `spaceId` string, required — The unique ID of the private re:Post.
  - `arn` string, required — The ARN of the private re:Post.
  - `name` string, password, required — The name of the private re:Post.
  - `status` string, required — The creation or deletion status of the private re:Post.
  - `configurationStatus` 'CONFIGURED' | 'UNCONFIGURED', required — The configuration status of the private re:Post.
  - `clientId` string, required — The Identity Center identifier for the Application Instance.
  - `identityStoreId` string — <p/>
  - `applicationArn` string — <p/>
  - `description` string, password — The description of the private re:Post.
  - `vanityDomainStatus` 'PENDING' | 'APPROVED' | 'UNAPPROVED', required — The approval status of the custom subdomain.
  - `vanityDomain` string, required — The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
  - `randomDomain` string, required — The AWS generated subdomain of the private re:Post
  - `customerRoleArn` string — The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
  - `createDateTime` string, date-time, required — The date when the private re:Post was created.
  - `deleteDateTime` string, date-time — The date when the private re:Post was deleted.
  - `tier` 'BASIC' | 'STANDARD', required — The pricing tier of the private re:Post.
  - `storageLimit` integer, required — The storage limit of the private re:Post.
  - `userAdmins` AdminId[] — The list of users that are administrators of the private re:Post.This property has been depracted and will be replaced by the roles property.
  - `groupAdmins` AdminId[] — The list of groups that are administrators of the private re:Post.This property has been depracted and will be replaced by the roles property.
  - `roles` object — A map of accessor identifiers and their roles.
  - `userKMSKey` string — The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
  - `userCount` integer — The number of users that have onboarded to the private re:Post.
  - `contentSize` integer — The content size of the private re:Post.
  - `supportedEmailDomains` object — <p/>
    - `enabled` 'ENABLED' | 'DISABLED' | 'NOT_ALLOWED' — <p/>
    - `allowedDomains` EmailDomain[] — <p/>

## Other responses

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

---

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