---
title: "Find environments"
method: GET
path: "/v1/private/environments"
tags: ["Environments"]
---

# Find environments

`GET /v1/private/environments`

Find environments for the workspace. Capped at the workspace limit (default 20).

## Response `200`

Environments page

- EnvironmentPagePublic
  - `page` integer
  - `size` integer
  - `total` integer
  - `content` EnvironmentPublic[]
    - `id` string, uuid
    - `name` string, required
    - `description` string
    - `color` string
    - `position` integer
    - `created_at` string, date-time
    - `created_by` string
    - `last_updated_at` string, date-time
    - `last_updated_by` string
  - `sortableBy` string[]

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
