---
title: "Describe environment"
method: GET
path: "/environments/{name}"
---

# Describe environment

`GET /environments/{name}`

Describe an environment and counts of its resources

## Path parameters

- `name` string, required — The name of the environment.

## Response `200`

OK

- DescribeEnvironmentResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `environment` Environment, required
    - `is_deletable` boolean, required — If this environment is able to be deleted.
    - `name` string, required — The human readable name for the environment
  - `number_catalogs` integer, required
  - `number_schedules` integer, required
  - `number_secrets` integer, required

## Other responses

- `default` — Error

---

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