How can I request a few "records" from Druid without using any search/filter criteria using as simple as possible request? I relational db I'd do that by select top 10 from my_table.
The reason I want to do that is to make sure data exists and see its structure.