> ## Documentation Index
> Fetch the complete documentation index at: https://kosli-29-automate-helm-reference-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List environments

## Path Parameters

<ParamField path="org" type="string" required>
  The Kosli organization.
</ParamField>

## Response

<ResponseField name="env" type="[]">
  A list of environments in the organization.

  <ResponseField name="org" type="string">
    The Kosli organization.
  </ResponseField>

  <ResponseField name="name" type="string">
    The name of the environment.
  </ResponseField>

  <ResponseField name="type" type="string">
    The type of the environment.
  </ResponseField>

  <ResponseField name="description" type="string">
    A description of the environment.
  </ResponseField>
</ResponseField>
