Invalidate report view cache
Invalidates the cached SQL result for one report insight when applicable.
POST
/api/unstable/reports/invalidate-view-cacheInvalidates the cached SQL result for one report insight when applicable.
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