> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/flow/functions/ascent.variables.md).

# 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>
