| id |
string |
The unique identifier of the dashboard. |
| name |
string |
The display name of the dashboard. |
| description |
string |
A description of the dashboard. |
| url |
string |
The URL slug used to access the dashboard. |
| tags |
object |
Tags associated with the dashboard. |
| sections |
array |
The sections of the dashboard containing rows of charts. |
| creatorId |
string |
The identifier of the user who created the dashboard. |
| updaterId |
string |
The identifier of the user who last updated the dashboard. |
| createdEpochMillis |
integer |
The creation timestamp in epoch milliseconds. |
| updatedEpochMillis |
integer |
The last update timestamp in epoch milliseconds. |
| parameters |
object |
Dashboard parameters for dynamic filtering. |