---
title: "Get compute environment"
method: GET
path: "/compute/v1/environments/{name}"
tags: ["Compute"]
---

# Get compute environment

`GET /compute/v1/environments/{name}`

Retrieve a specific compute environment by name. Returns environment configuration including status, domain, and metadata for your serverless compute infrastructure.

## Path parameters

- `name` string, required

## Response `200`

Environment retrieved successfully

- object
  - `id` string — Unique environment identifier
  - `name` string — Environment name
  - `slug` string — URL-safe environment slug
  - `domain` string — Environment domain URL
  - `isDefault` boolean — Whether this is the default environment
  - `status` string — Environment status (active, inactive, etc.)
  - `createdAt` string, date-time — Environment creation timestamp
  - `updatedAt` string, date-time — Environment last update timestamp

## Other responses

- `400` — Bad request - Environment name is required
- `401` — Unauthorized - Invalid API key
- `404` — Environment not found

---

[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)
