Databricks SDK for JavaScript
    Preparing search index...

    Interface ListSubscriptionsRequest

    interface ListSubscriptionsRequest {
        dashboardId?: string;
        pageSize?: number;
        pageToken?: string;
        scheduleId?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the dashboard which the subscriptions belongs.

    pageSize?: number

    The number of subscriptions to return per page.

    pageToken?: string

    A page token, received from a previous ListSubscriptions call. Use this to retrieve the subsequent page.

    scheduleId?: string

    UUID identifying the schedule which the subscriptions belongs.