    

 ## On this page

  

 

 # getVariableValues

 Last update: 16.07.2025 

public [getVariableValues](get-variable-values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt;&gt;

Gets a multi-dimensional array of variable values. The first index corresponds to each run in runIDs, the second index is for each variable in that run.

#### Return

the variable values