---
title: "GET /deploymentEnvironments"
method: GET
path: "/deploymentEnvironments"
---

# GET /deploymentEnvironments

`GET /deploymentEnvironments`

## Query parameters

- `owner` string
- `nextToken` string
- `maxResults` string

## Response `200`

200 response

- DeploymentEnvironments
  - `deploymentEnvironments` object[], required
    - `deploymentEnvironmentId` string, required
    - `description` string, nullable, required
    - `modelDeploymentUnits` integer, required
    - `name` string, nullable, required
    - `organizationId` string, nullable, required
    - `status` 'available' | 'unavailable', required
  - `nextToken` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2022-09-27** `bdb2f40e38bf` — 1 info
  - added the required property `deploymentEnvironments/items/modelDeploymentUnits` to the response with the `200` status
- **2022-09-13** `b8d771f64c04` — 1 info
  - endpoint added
- **2021-11-05** `9788e6bfa925` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/deploymentEnvironments/get.md)

---

[API](https://skmtc.dev/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.dev/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/revisions/d5fe190026be/schema)
