(EXPERIMENTAL) Summarize a dashboard
Note: This API is an experimental and is going to change. Please, use it accordingly. Generates a natural-language summary of a dashboard's visualizations, optionally scoped by an explicit filter context.
path Parameters
workspace_idstring · required
Request Body
dashboardIdstring · minLength: 1 · required
filterContextAFM filters in the same shape consumed by the AFM execute endpoint, merged on top of each visualization's stored filters using the type-aware merge rules. Omit or send
nullto fall back to the dashboard's saved filter context. Send[]to explicitly apply no request filters.formatHinttabIdLocal identifier of the dashboard tab to summarize. When the dashboard has tabs and
tabIdis omitted, the first tab is used (matching the UI's default tab). AtabIdthat does not match any tab'slocalIdentifierreturns 404. SupplyingtabIdfor a dashboard without tabs returns 400. WhentabIdis combined withvisualizations, every supplied visualization must belong to the selected tab; otherwise the request returns 400.visualizations
Responses
Successful Response
filterContextarray · requiredgeneratedAtstring · date-time · requiredsummarystring · requiredvisualizationsExcludedobject[] · requiredvisualizationsIncludedobject[] · required
tabId