Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDashboardsResponse

    interface ListDashboardsResponse {
        dashboards?: Dashboard[];
        nextPageToken?: string;
    }
    Index

    Properties

    dashboards?: Dashboard[]
    nextPageToken?: string

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent dashboards.