Get environment object

Retrieve details about an environment object.

Authentication

AuthorizationBearer

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

Path parameters

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

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
autoLinkDeploymentsboolean
Whether or not to automatically link Deployments to the environment object
connectionobject
createdAtstring

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

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

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

updatedByobject

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
500
Internal Server Error