Databricks SDK for JavaScript
    Preparing search index...
    interface ListDashboardsRequest {
        pageSize?: number;
        pageToken?: string;
        showTrashed?: boolean;
        view?: DashboardView;
    }
    Index

    Properties

    pageSize?: number

    The number of dashboards to return per page.

    pageToken?: string

    A page token, received from a previous ListDashboards call. This token can be used to retrieve the subsequent page.

    showTrashed?: boolean

    The flag to include dashboards located in the trash. If unspecified, only active dashboards will be returned.

    DASHBOARD_VIEW_BASIConly includes summary metadata from the dashboard.