v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Dashboard Definitions

Fetch a report by ID

Get a report for a dashboard

get/v1/executive_dashboard/report/item/{report_id}

Path parameters

report_idstring required

ID of the report to fetch. This can be retrieved using Report Generation API.

Response

Fetched

user_idstring required

User ID of user who scheduled the report

schedule_idstring

Schedule ID of which the report to be generated

sys_idstring

Unique ID for the report

attachment_idstring

ID of the attachment where the report contents are stored.

Example response

{
  "report_configuration": {
    "export_format": "PDF",
    "dashboard": {
      "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"
    },
    "subscription_type": "Dashboard"
  }
}