---
title: "List All Environments Of An Agent"
method: GET
path: "/v1/orchestrate/agents/{agent_id}/environment"
tags: ["Agent Release Environments"]
---

# List All Environments Of An Agent

`GET /v1/orchestrate/agents/{agent_id}/environment`

List all environments of an agent.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- Environment[]
  - `id` string, uuid, required — Environment id From The environment table
  - `agent_id` string, uuid, required — Agent id From The environment table
  - `name` string, required — Name of the environment
  - `description` string, required — Description of what the environment does
  - `voice` Voice
    - `enable_on_homepage` boolean — Enable voice on homepage
    - `enable_on_embed` boolean, nullable — Enable voice on homepage
  - `created_by` string, required — ID of the user who created the environment
  - `created_on` string, date-time, required — Creation timestamp
  - `updated_by` string, required — ID of the user who updated the environment
  - `updated_at` string, date-time, required — Last update timestamp
  - `deleted_by` string, nullable
  - `deleted_at` string, date-time, nullable
  - `current_version` integer, nullable — Current agent version pointed to this environment
  - `tenant_id` string, required — ID of the tenant that owns this environment
  - `enable_wxg_integration` boolean, nullable — Enable/disable WXG integration for this agent

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
