# Ascent.variables

#### ascent.variables.get

Retrieve a variable's value by ID

```
ascent.variables.get(id: string): any;
```

<table><thead><tr><th width="176.20001220703125">Parameter</th><th width="173">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>ID is the variable name from Vault</td></tr></tbody></table>
