---
title: "Retrieve an environment"
method: GET
path: "/v3/environments/{id}"
tags: ["Environments"]
---

# Retrieve an environment

`GET /v3/environments/{id}`

Retrieves the details of an existing environment.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- EnvironmentDto
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `type` 'production' | 'sandbox', required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

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