List environments
List environments
List environments of an organization.
GET
List environments
Documentation Index
Fetch the complete documentation index at: https://docs.kosli.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Page number
Required range:
x >= 1Number of environments per page
Required range:
1 <= x <= 50Sort field
Available options:
name, last_modified_at, last_changed_at Sort direction
Available options:
asc, desc Filter by space ID. Can be repeated for OR semantics, e.g. space_id=a&space_id=b
Filter by name (case-insensitive substring match)
Filter by environment type. Can be repeated, e.g. type=K8S&type=ECS
Available options:
K8S, ECS, S3, lambda, server, docker, azure-apps, cloud-run, logical Filter by tag key or key:value. Can be repeated, e.g. tag=team or tag=team:platform
Last modified on May 26, 2026