Get list of tensors from scriptmodule on c++

Hello.
On python i created a scriptmodule, which return list[tensors]. But when i use this module on c++, I can’t get returned value. I tried by: .toList() and then .toTensor() in cycle. It seems I do smth wrong.
Pls, help me