Dashboard Definitions
Get the history of a Dashboard Definition
get/v1/executive_dashboard/item/{dashboard_id}/history
Path parameters
dashboard_idstring required
ID of Dashboard Definition.
Response
Fetched
Example response
[
{
"details": {
"flavor": "AiAgents",
"cloud": "AWS",
"platform": "kubernetes",
"saas": [
"Anthropic"
],
"bannerSegments": [
{
"branding": {
"horizontalPlacement": "Left",
"verticalPlacement": "Top"
}
}
],
"widgets": [
{
"config": {
"toolbarBehavior": "AlwaysShow"
}
}
],
"portalFilter": {
"toolbarBehavior": "AlwaysShow",
"context": {
"filter": {
"clouds": [
"AWS"
]
},
"currency": "AED",
"timeRange": {
"range": "Last15Minutes"
},
"granularity": "day"
},
"timeRangeOptions": "RecentMonths"
},
"serviceAccountEvaluationMode": "Lazy"
}
}
]