Skip to main content
GET
Get a variable

Authorizations

Authorization
string
header
required

Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.

Path Parameters

name
string
required

Variable name.

Pattern: ^[A-Za-z_][A-Za-z0-9_]*$

Response

Variable

Non-sensitive variable available for run config interpolation.

name
string
required

Env-style variable name.

Pattern: ^[A-Za-z_][A-Za-z0-9_]*$
Example:

"DEPLOY_ENV"

value
string
required

Variable value.

Example:

"production"

created_at
string<date-time>
required

When the variable was first stored.

updated_at
string<date-time>
required

When the variable was last updated.

description
string

Optional operator-facing description of the variable.