Luzmo's Core API exposes a Data service that allows you to query your dataset(s) via a Get action! This might be useful in case you'd like to:
Visualize some data yourself in your application (e.g. in your own custom widget)
Act based on the result of a query (e.g. only allow access to an embedded dashboard in case enough data was captured to power the dashboard)
Offering a (scoped) export of data that is not visualized in a dashboard. If you would have an embedded widget that displays your desired data you can instead use the getData method in your frontend, more info on getData can be found here!