Run report view
Runs one report insight and returns tabular rows plus execution metadata.
POST
/api/unstable/reports/run-viewRuns one report insight and returns tabular rows plus execution metadata.
Request Body
application/json
dashboardKey*string
Dashboard or report handle used for cache scoping.
Length
1 <= lengthExample
"sales"reportData*unknown
Report definition payload validated server-side through the legacy Zod report schema.
Example
{
"schemaVersion": 1,
"insights": []
}viewId*string
Report view identifier within the report definition.
Length
1 <= lengthExample
"recent-orders"[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json