Skip to main content

orgEnvironments

Lists every environment owned by an organization, in any lifecycle state (including destroyed). Summary rows only — use orgEnvironment(slug) for full detail. Requires the 'view_environments' org permission.

orgEnvironments(
orgId: BigInt!
): [CksEnvironment!]!

Arguments

orgEnvironments.orgId ● BigInt! non-null scalar

Organization id (BigInt) that owns the environments.

Type

CksEnvironment object

A provisioned (or provisioning/destroyed) tenant environment. status tracks provisioning lifecycle; billingStatus tracks payment lifecycle — they are independent.