---
title: "GET /v1/spaces/{name}"
method: GET
path: "/v1/spaces/{name}"
---

# GET /v1/spaces/{name}

`GET /v1/spaces/{name}`

Returns information about an space.

## Path parameters

- `name` string, required

## Response `200`

Success

- GetSpaceResponse
  - `name` string, required — The name of the space.
  - `regionName` string, required — The Amazon Web Services Region where the space exists.
  - `displayName` string — The friendly name of the space displayed to users.
  - `description` string — The description of the space.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ServiceQuotaExceededException
- `484` — ResourceNotFoundException
- `485` — AccessDeniedException

---

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