Databricks SDK for JavaScript
    Preparing search index...

    Interface GetSubscriptionRequest

    interface GetSubscriptionRequest {
        dashboardId?: string;
        scheduleId?: string;
        subscriptionId?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the dashboard which the subscription belongs.

    scheduleId?: string

    UUID identifying the schedule which the subscription belongs.

    subscriptionId?: string

    UUID identifying the subscription.