---
title: "Changes to Get Dashboard"
method: GET
path: "/api/v2/dashboards/{id}"
---

# Changes to Get Dashboard

`GET /api/v2/dashboards/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 29 of 60 revisions.

- **2026-08-26** `3399efdca551` — 3 breaking, 1 warning
- **2026-08-21** `657a080bc547` — 7 info
- **2026-08-19** `f6841a440c38` — 3 info
- **2026-08-07** `19ec53ae02e0` — 4 breaking
- **2026-08-04** `75cd108f32f7` — 2 info
- **2026-07-10** `b548b53bdc94` — 2 info
- **2026-07-09** `d3f0d5ec527e` — 1 breaking, 2 info
- **2026-07-08** `3f2f1a8cf0bc` — 1 breaking, 1 info
- **2026-06-26** `323ca5de75e7` — 2 breaking, 2 info
- **2026-06-25** `518cd93ae757` — 1 info
- **2026-06-10** `9715a9d8d70f` — 3 info
- **2026-06-04** `ab54dc4ba52c` — 2 info
- **2026-05-26** `a68eca8c35ee` — 1 info
- **2026-05-12** `e57f51441fb7` — 1 breaking, 1 info
- **2026-05-12** `0e9ce65c3a71` — 2 info
- **2026-05-12** `245c630e3cd5` — 10 warning, 5 info
- **2026-05-11** `5886aa8eb7e9` — 3 info
- **2026-04-23** `f70c99363492` — 1 info
- **2026-04-02** `daae69185f05` — 20 warning, 10 info
- **2026-03-24** `85d8f872543c` — 2 info
- **2026-03-18** `675f3be7c2a1` — 5 info
- **2026-03-11** `adeb03f9aaee` — 25 breaking, 19 warning, 5 info
- **2026-03-04** `5dd37daf8c9f` — 3 info
- **2026-02-23** `1a98071f39d8` — 1 breaking, 1 info
- **2026-02-20** `13cad9d7c34c` — 2 info
- **2026-02-19** `defc8c0a5046` — 4 info
- **2026-02-12** `ca7f63e15766` — 1 info
- **2026-02-02** `e856dc2f1417` — 1 breaking, 4 warning, 1 info
- **2026-01-30** `ed852374c451` — 1 breaking, 5 info

## Changes

- **2026-08-26** `3399efdca551` — 3 breaking, 1 warning
  - added `#/components/schemas/SqlSavedFilterValue, #/components/schemas/VariableSavedFilterValue` to the `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/` response property `oneOf` list for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/condition` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/type` from the response with the `200` status
- **2026-08-21** `657a080bc547` — 7 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/showOperandSeries` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/showOperandSeries` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/showOperandSeries` to the response with the `200` status
- **2026-08-19** `f6841a440c38` — 3 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/isBroadcastEnabled` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/isVariableEnabled` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/variableName` to the response with the `200` status
- **2026-08-07** `19ec53ae02e0` — 4 breaking
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/seriesLimit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/CategoricalBarChartConfig]/oneOf[#/components/schemas/CategoricalBarBuilderChartConfig]/limit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/seriesLimit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/limit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
- **2026-08-04** `75cd108f32f7` — 2 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/seriesLimit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/seriesLimit` to the response with the `200` status
- **2026-07-10** `b548b53bdc94` — 2 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/CategoricalBarChartConfig]/oneOf[#/components/schemas/CategoricalBarBuilderChartConfig]/orderBy` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/orderBy` to the response with the `200` status
- **2026-07-09** `d3f0d5ec527e` — 1 breaking, 2 info
  - added `#/components/schemas/CategoricalBarChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/limit` to the response with the `200` status
  - added `bar` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-07-08** `3f2f1a8cf0bc` — 1 breaking, 1 info
  - added `#/components/schemas/EventPatternsChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added `event_patterns` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-06-26** `323ca5de75e7` — 2 breaking, 2 info
  - added `#/components/schemas/OnClickExternal` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/OnClickExternal` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` response property `oneOf` list for the response status `200`
  - added `external` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` response property for the response status `200`
  - added `external` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` response property for the response status `200`
- **2026-06-25** `518cd93ae757` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/backgroundChart` to the response with the `200` status
- **2026-06-10** `9715a9d8d70f` — 3 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/color` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/colorRules` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[subschema #2]/color` to the response with the `200` status
- **2026-06-04** `ab54dc4ba52c` — 2 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/fitYAxisToData` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[subschema #2]/fitYAxisToData` to the response with the `200` status
- **2026-05-26** `a68eca8c35ee` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/appliesToSourceIds` to the response with the `200` status
- **2026-05-12** `e57f51441fb7` — 1 breaking, 1 info
  - added `#/components/schemas/HeatmapChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added `heatmap` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-05-12** `0e9ce65c3a71` — 2 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` to the response with the `200` status
- **2026-05-12** `245c630e3cd5` — 10 warning, 5 info
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
- **2026-05-11** `5886aa8eb7e9` — 3 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/containers` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/containerId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/tabId` to the response with the `200` status
- **2026-04-23** `f70c99363492` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/groupByColumnsOnLeft` to the response with the `200` status
- **2026-04-02** `daae69185f05` — 20 warning, 10 info
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/numericUnit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit` to the response with the `200` status
- **2026-03-24** `85d8f872543c` — 2 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/where` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/whereLanguage` to the response with the `200` status
- **2026-03-18** `675f3be7c2a1` — 5 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
- **2026-03-11** `adeb03f9aaee` — 25 breaking, 19 warning, 5 info
  - added `#/components/schemas/BarBuilderChartConfig, #/components/schemas/BarRawSqlChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/LineBuilderChartConfig, #/components/schemas/LineRawSqlChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/NumberBuilderChartConfig, #/components/schemas/NumberRawSqlChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/PieBuilderChartConfig, #/components/schemas/PieRawSqlChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/TableBuilderChartConfig, #/components/schemas/TableRawSqlChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/` response property `oneOf` list for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/displayType` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/select` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/sourceId` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/displayType` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/select` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/sourceId` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/displayType` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/select` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/sourceId` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/displayType` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/select` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/sourceId` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/displayType` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/select` from the response with the `200` status
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/sourceId` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/alignDateRangeToGranularity` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/asRatio` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/fillNulls` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/groupBy` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/numberFormat` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/alignDateRangeToGranularity` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/asRatio` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/compareToPreviousPeriod` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/fillNulls` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/groupBy` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/numberFormat` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/numberFormat` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/groupBy` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/numberFormat` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/asRatio` from the response with the `200` status
  - …9 more
- **2026-03-04** `5dd37daf8c9f` — 3 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/savedFilterValues` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/savedQuery` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/savedQueryLanguage` to the response with the `200` status
- **2026-02-23** `1a98071f39d8` — 1 breaking, 1 info
  - added `#/components/schemas/PieChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added `pie` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-02-20** `13cad9d7c34c` — 2 info
  - added `#/components/schemas/TileBase` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/TileInput` from the `data/allOf[#/components/schemas/Dashboard]/tiles/items/` response property `allOf` list for the response status `200`
- **2026-02-19** `defc8c0a5046` — 4 info
  - the response property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileInput]/series/items/oneOf[#/components/schemas/NumberChartSeries]/whereLanguage` became required for the status `200`
  - the response property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileInput]/series/items/oneOf[#/components/schemas/SearchChartSeries]/whereLanguage` became required for the status `200`
  - the response property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileInput]/series/items/oneOf[#/components/schemas/TableChartSeries]/whereLanguage` became required for the status `200`
  - the response property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileInput]/series/items/oneOf[#/components/schemas/TimeChartSeries]/whereLanguage` became required for the status `200`
- **2026-02-12** `ca7f63e15766` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters` to the response with the `200` status
- **2026-02-02** `e856dc2f1417` — 1 breaking, 4 warning, 1 info
  - the `data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data/id` from the response with the `200` status
  - removed the optional property `data/name` from the response with the `200` status
  - removed the optional property `data/tags` from the response with the `200` status
  - removed the optional property `data/tiles` from the response with the `200` status
  - added `#/components/schemas/Dashboard` to the `data` response property `allOf` list for the response status `200`
- **2026-01-30** `ed852374c451` — 1 breaking, 5 info
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data/id` to the response with the `200` status
  - added the optional property `data/name` to the response with the `200` status
  - added the optional property `data/tags` to the response with the `200` status
  - added the optional property `data/tiles` to the response with the `200` status
  - removed `#/components/schemas/Dashboard` from the `data` response property `allOf` list for the response status `200`

---

[Operation](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/docs/api/v2/dashboards/:id/get.md) · [API](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api.md) · [Page](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/changes/api/v2/dashboards/:id/get)
