---
title: "Get a specific environment"
method: GET
path: "/environments/{envId}"
tags: ["Installation"]
---

# Get a specific environment

`GET /environments/{envId}`

Get a specific environment.

User must be authenticated.

## Response `200`

An environment

- Environment
  - `id` string — Environment's uuid.
  - `name` string — Environment's name. Duplicate names can exists.
  - `description` string — Environment's description. A short description of your Environment.

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-installation/versions/adff27ddef52/schema)
