List materialized relational mirror rows for an edge table lineage
Returns rows from the lineage’s physical TSDB mirror table in a naturalized shape.
Each row has device_id, materialized_at, and a data object containing the
business columns only. Use the columns query parameter to project a subset of columns.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated list of business column names to include in the data object. Omit to return all columns.
"temperature,pressure,humidity"
Response
Mirror rows loaded
Preferred shape for successful JSON responses is { ok, data, meta } with list metadata
(e.g. pagination totals) in top-level meta, not nested under data.