Get environment object

Retrieve details about an environment object.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the environment object belongs.
environmentObjectIdstringRequired
The environment object's ID.

Headers

AuthorizationstringRequired

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

Response

OK
objectKeystring
The key for the environment object
objectTypeenum
The type of environment object
Allowed values:
scopeenum
The scope of the environment object
Allowed values:
scopeEntityIdstring
The ID of the scope entity where the environment object is created
airflowVariableobject or null
autoLinkDeploymentsboolean or null
Whether or not to automatically link Deployments to the environment object
connectionobject or null
createdAtstring or null

The time when the environment object was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ

createdByobject or null
idstring or null
The ID of the environment object
metricsExportobject or null
sourceScopeenum or null
The source scope of the environment object, if it is resolved from a link
Allowed values:
sourceScopeEntityIdstring or null
The source scope entity ID of the environment object, if it is resolved from a link
updatedAtstring or null

The time when the environment object was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ

updatedByobject or null

Errors