Skip to main content
GET
/
api
/
v2
/
environments
/
{org}
List environments
curl --request GET \
  --url https://app.kosli.com/api/v2/environments/{org} \
  --header 'Authorization: Bearer <token>'
{
  "env": [
    {
      "org": "<string>",
      "name": "<string>",
      "type": "<string>",
      "description": "<string>"
    }
  ]
}

Path Parameters

org
string
required
The Kosli organization.

Response

env
[]
A list of environments in the organization.
org
string
The Kosli organization.
name
string
The name of the environment.
type
string
The type of the environment.
description
string
A description of the environment.
Last modified on March 10, 2026