---
title: "listEnvironmentGroups"
method: GET
path: "/v1/environments/groups"
tags: ["environments"]
---

# listEnvironmentGroups

`GET /v1/environments/groups`

List all environment groups for the organization.

## Response `200`

List of environment groups

- EnvironmentGroupList
  - `items` EnvironmentGroup[], required
    - `name` string, required
    - `description` string
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/epilot/apis/environments-api.md) · [All operations](https://skmtc.dev/epilot/apis/environments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/environments-api/revisions/6e9b212bbe77/schema)
