How to pull a bucket data to esp8266

Hi there! i need some help is there any way to download a data from data bucket ? This data is in the form of a string that I initially pushed to the data bucket and I wanted to use it to activate the relay that I designed in the hardware connected to the esp8266, for example I have data that I have entered into the data bucket and after that I want to retrieve the data for me to enter the program on esp8266

To push data to and retrieve it from Thinger, you should use properties, not buckets.

I honestly do not understand the use case, but here is an example how to get data from a bucket with a device:

Hope this help.

where i can find the properties ? because i don’t know how to use it ?

DEVICES ADMINISTRATION

…or directly to the properties chapter:
device-properties