Amazon QuickSight · Arazzo Workflow

Amazon QuickSight Account BI Inventory

Version 1.0.0

Catalog the datasets and dashboards in an account and describe a sample dashboard.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AnalyticsBIBusiness IntelligenceDashboardsMachine-LearningReportingVisualizationArazzoWorkflows

Provider

amazon-quicksight

Workflows

account-bi-inventory
List datasets and dashboards for an account and describe a sample dashboard.
Enumerates the datasets and dashboards in an AWS account, then describes the first dashboard returned to surface its version and status for the inventory.
3 steps inputs: AwsAccountId outputs: dashboardSummaryList, dataSetSummaries, sampleDashboardStatus
1
listDataSets
List the datasets in the account so the data layer feeding the dashboards is captured in the inventory.
2
listDashboards
List the dashboards in the account to capture the presentation layer and resolve a dashboard id for the describe step.
3
describeSampleDashboard
Describe the first dashboard returned to enrich the inventory with the dashboard's current version number and publish status.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon QuickSight Account BI Inventory
  summary: Catalog the datasets and dashboards in an account and describe a sample dashboard.
  description: >-
    Builds a lightweight inventory of an account's QuickSight assets by listing
    every dataset and every dashboard, then describing the first dashboard to
    capture its current version and publish status. This is the natural starting
    point for an audit or migration where the datasets feeding the dashboards
    need to be enumerated alongside the dashboards themselves. Each step spells
    out its request inline so the flow can be read and executed without opening
    the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: dashboardsApi
  url: ../openapi/amazon-quicksight-dashboards-api-openapi.yml
  type: openapi
- name: datasetsApi
  url: ../openapi/amazon-quicksight-datasets-api-openapi.yml
  type: openapi
workflows:
- workflowId: account-bi-inventory
  summary: List datasets and dashboards for an account and describe a sample dashboard.
  description: >-
    Enumerates the datasets and dashboards in an AWS account, then describes the
    first dashboard returned to surface its version and status for the
    inventory.
  inputs:
    type: object
    required:
    - AwsAccountId
    properties:
      AwsAccountId:
        type: string
        description: The AWS account id to inventory QuickSight assets for.
  steps:
  - stepId: listDataSets
    description: >-
      List the datasets in the account so the data layer feeding the dashboards
      is captured in the inventory.
    operationId: ListDataSets
    parameters:
    - name: AwsAccountId
      in: path
      value: $inputs.AwsAccountId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dataSetSummaries: $response.body#/DataSetSummaries
  - stepId: listDashboards
    description: >-
      List the dashboards in the account to capture the presentation layer and
      resolve a dashboard id for the describe step.
    operationId: ListDashboards
    parameters:
    - name: AwsAccountId
      in: path
      value: $inputs.AwsAccountId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dashboardSummaryList: $response.body#/DashboardSummaryList
      firstDashboardId: $response.body#/DashboardSummaryList/0/DashboardId
  - stepId: describeSampleDashboard
    description: >-
      Describe the first dashboard returned to enrich the inventory with the
      dashboard's current version number and publish status.
    operationId: DescribeDashboard
    parameters:
    - name: AwsAccountId
      in: path
      value: $inputs.AwsAccountId
    - name: DashboardId
      in: path
      value: $steps.listDashboards.outputs.firstDashboardId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dashboardName: $response.body#/Name
      versionNumber: $response.body#/Version/VersionNumber
      versionStatus: $response.body#/Version/Status
  outputs:
    dataSetSummaries: $steps.listDataSets.outputs.dataSetSummaries
    dashboardSummaryList: $steps.listDashboards.outputs.dashboardSummaryList
    sampleDashboardStatus: $steps.describeSampleDashboard.outputs.versionStatus

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-quicksight-account-bi-inventory-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.