---
title: "Get Environment"
method: GET
path: "/deploy/environments/{environment_id}"
tags: ["Deploy"]
---

# Get Environment

`GET /deploy/environments/{environment_id}`

Allows getting an environment for a given environment ID.

## Path parameters

- `environment_id` string, uuid, required

## Response `200`

Environment

- Environment
  - `created_at` string, date-time — The time when the environment was created
  - `description` string — Short description given to the environment
  - `id` string, uuid — The environment ID
  - `labels` Label[] — The labels associated to the environment
    - `key` string — The key of the label
    - `value` string — The value of the label
  - `name` string — The environment name
  - `updated_at` string, date-time — The time when the environment was updated

## Other responses

- `400` — Unexpected request body provided.
- `404` — Entity not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/circleci/apis/api-v2.md) · [All operations](https://skmtc.net/circleci/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circleci/api-v2/revisions/b9c0e0c24058/schema)
