> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: "Get an environment"
description: "Fetch a single environment by its UUID."
method: "GET"
endpoint: "/api/v1/environments/:id"
order: 2
last_verified: 2026-07-27
---



`GET /api/v1/environments/:id`

Fetch a single environment by its UUID.


  ### Path and query parameters

  - `id` _string_ **required** — The environment's UUID.
  - `project_id` _string_ **required** — The owning project's UUID. Required.



