---
title: "GET /v3/orgs/{orgUid}/environments/{environmentUid}"
method: GET
path: "/v3/orgs/{orgUid}/environments/{environmentUid}"
tags: ["orgs", "environments"]
---

# GET /v3/orgs/{orgUid}/environments/{environmentUid}

`GET /v3/orgs/{orgUid}/environments/{environmentUid}`

Retrieve an environment in the given organization. Can take either the organization UID (orgUid) or name preceded by a @ (@orgName).

## Response `200`

Success

- OrgEnvironmentDetail
  - `textures` OrgTextureDetail[]
    - `images` OrgTextureImageDetail[]
      - `width` integer
      - `name` string
      - `uid` string
      - `file` string
      - `height` integer
    - `format` string
    - `type` string
    - `encoding` string
  - `uid` string
  - `brightness` number
  - `processing` 'pending' | 'processing' | 'succeeded' | 'failed'
  - `uri` string
  - `lights` OrgLightDetail[]
    - `direction` number[]
    - `area` object
      - `y` number
      - `h` number
      - `z` number
      - `w` number
      - `x` number
    - `color` number[]
    - `luminosity` number
    - `sum` number
    - `lum_ratio` number
    - `error` integer
    - `variance` number
  - `isDefault` boolean
  - `diffuseSPH` number[]
  - `createdAt` string, date
  - `name` string

## Other responses

- `401` — Authentication credentials were not provided or do not match
- `403` — Permission Denied
- `404` — Not Found

---

[API](https://skmtc.net/sketchfab/apis/sketchfab-api.md) · [All operations](https://skmtc.net/sketchfab/apis/sketchfab-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sketchfab/sketchfab-api/revisions/3d1f8bd62bc7/schema)
