Databricks SDK for JavaScript
    Preparing search index...

    Interface ExportRunResponse

    Run was exported successfully.

    interface ExportRunResponse {
        views?: ViewItem[];
    }
    Index

    Properties

    Properties

    views?: ViewItem[]

    The exported content in HTML format (one for every view item). To extract the HTML notebook from the JSON response, download and run this Python script.