v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
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

sysIdstring

Identifier of the version

createdOnstring date-time

Version created on

updatedOnstring date-time

Version updated on

versioninteger

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"
    }
  }
]