How to obtain one data with scripting

Hello.

I can see on the LTE interface, in the status tab a "link-down’ count but I cannot find it via scripting.
Picture 2018-11-08 14_44_36.png
Can anyone help me to obtain the data?

i don’t have device with lte, but this should work.

:put [ /interface get lte1 link-downs ]
or
:put [/interface get [/interface find default-name=... ] link-downs ]

Hello.

Yes, you are correct, but I cannot imagine why I could not find that before…

Thanks for all.