latestOpenAPI 3.1.02026-08-1081624.9 KB
66b01bd3abe6
Data
Execute a data query
Execute a query against your minubo data.
Use GET /data/v1/schema first to discover the attributes and measures available for your account. The schema response contains the field code values that can be used in attributes, measures, filters, and ordering. Authenticate with /auth/v1/token and send the returned JWT as a Bearer token.
Query limitations:
- At most 20 attributes and 20 measures are allowed per request.
- limit must be between 0 and 200000.
- timeFilter is required, and its from must not be after its to. The same applies to comparisonTimeFilter when provided.
- IN and NOT_IN filters require a non-empty values list; EXISTS and NOT_EXISTS filters must not set values.
- orderBy.field must reference one of the fields declared in attributes or measures.
post/data/v1/query
Request body
Response
Query executed successfully