---
title: "List environments"
method: GET
path: "/compute/v1/environments"
tags: ["Compute"]
---

# List environments

`GET /compute/v1/environments`

Retrieve all compute environments for your organization. Environments provide isolated execution contexts for running code and workflows.

## Response `200`

Successfully retrieved environments

- object
  - `environments` object[]
    - `id` string — Unique environment identifier
    - `name` string — Human-readable environment name
    - `slug` string — URL-safe environment identifier
    - `domain` string — Environment domain
    - `isDefault` boolean — Whether this is the default environment
    - `status` string — Environment status
    - `createdAt` string, date-time — Environment creation timestamp
    - `updatedAt` string, date-time — Last update timestamp

## Other responses

- `401` — Authentication required - invalid or missing API key

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/versions/5b7e64e6d6f9/schema)
