orgEnvironment
Full detail for one environment: the environment row plus components, change orders, audit log, secrets, outputs, billing resources, live deploy/destroy progress, and Buddy UDP health. Returns null when no environment with that slug exists for the org. Requires the 'view_environments' org permission.
orgEnvironment(
orgId: BigInt!
slug: String!
): CksEnvironmentDetail
Arguments
orgEnvironment.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the environment.
orgEnvironment.slug ● String! non-null scalar
Environment slug (cks_environments.slug), e.g. an auto-generated 'e-<12 chars>' or a custom slug supplied at creation.
Type
CksEnvironmentDetail object
Full environment detail returned by orgEnvironment: the environment plus its components, change orders, audit, secrets, outputs, billing resources, live deploy/destroy progress, and Buddy health.