Get Data

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/data
API call form
Examples
List of examples
  • Aggregated measure query
  • Row-level query (non aggregated)
  • OR filters
  • Querying a Formula
  • Querying an ad-hoc Formula
  • Having filter on a Formula
  • Having filter on an ad-hoc Formula
Description

Simple query request to group on a dimension and query an aggregated measure.

Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "cached": false,
  "performance": {
    "validating": 0,
    "preparing": 115,
    "queuing": 0,
    "querying": 10331,
    "processing": 0,
    "rows": 1
  },
  "data": [
    [
      19
    ]
  ]
}