The device itself takes measurements every 10 minutes and saves them. The data can then be downloaded with local access.
This is the voltage curve or power curve of each individual phase.
If you want it faster/more precise, you can read it out with HTTP GET. This then returns the measured values in JSON format for further processing/filing (that's how I do it).
There is an online documentation on this:
https://shelly-api-docs.shelly.cloud/ and then select the [Gen Device 1 API].
Have fun.