GET
/
environments
/
{environmentName}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentName
string
required

Name of the environment

Response

200 - application/json

Environment on which deployments will be made (e.g. development, production), enforcing multiple policies at once.

created_at
string

The date and time when the resource was created

created_by
string

The user or service account who created the resource

updated_at
string

The date and time when the resource was updated

updated_by
string

The user or service account who updated the resource

display_name
string

The display name of the environment

labels
object | null

Labels

name
string

The name of the environment

policies
any[]

The policies attached to the environment

workspace
string

The workspace the environment belongs to