Get environment variable details

This endpoint returns details of a specific environment variable identified by ID.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequiredformat: "uuid"

Response

Successfully retrieved variable
idstringformat: "uuid"
Unique ID of the variable
namestring
Unique name of the variable
valuestring
Value of the variable
descriptionstring
Optional description
createdTimestringformat: "date-time"
Time when the variable was created
updatedTimestringformat: "date-time"
Time when the variable was last updated
createdBystring
Username of the user who created the variable
updatedBystring
Username of the user who last updated the variable

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
5XX
Server Error