For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ascent.variables

ascent.variables.get

Retrieve a variable's value by ID

ascent.variables.get(id: string): any;
Parameter
Type
Description

id

string

ID is the variable name from Vault

Last updated

Was this helpful?