Query Semantic Model
Execute a metric query against a semantic model. Specify measures, optional dimensions, filters, and time dimensions. Returns structured data rows.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
asset_id
Request
This endpoint expects an object.
measures
List of measure identifiers, e.g. [“orders.total_revenue”]
dimensions
Optional dimension identifiers for grouping
filters
Optional filters
limit
Maximum rows to return
time_dimensions
Optional time dimension configs
Response
Successful Response
data
Query result rows
row_count
Number of rows returned
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
502
Bad Gateway Error
