Databricks SDK for JavaScript
    Preparing search index...
    interface ListSchedulesRequest {
        dashboardId?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the dashboard to which the schedules belongs.

    pageSize?: number

    The number of schedules to return per page.

    pageToken?: string

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