Get Agent Variable

Returns the specified template variable

Authentication

AuthorizationToken

Use Authorization: Token <API_KEY> Example: Authorization: Token 12345abcdef

Path parameters

project_idstringRequired
variable_idstringRequired

Response

An agent variable
variable_idstring
The unique identifier of the variable
keystring

The variable name, following the DG_<VARIABLE_NAME> format

valueany
The value to substitute. Can be any valid JSON type
created_atstringformat: "date-time"
Timestamp when the variable was created
updated_atstringformat: "date-time"
Timestamp when the variable was last updated

Errors

400
Bad Request Error