Databricks SDK for JavaScript
    Preparing search index...

    Interface ExportRunRequest

    Retrieves the export of a job run task.

    interface ExportRunRequest {
        runId?: bigint;
        viewsToExport?: ViewsToExport;
    }
    Index

    Properties

    runId?: bigint

    The canonical identifier for the run. This field is required.

    viewsToExport?: ViewsToExport

    Which views to export (CODE, DASHBOARDS, or ALL). Defaults to CODE.