Databricks SDK for JavaScript
    Preparing search index...
    interface GetRunRequest {
        includeHistory?: boolean;
        includeResolvedValues?: boolean;
        pageToken?: string;
        runId?: bigint;
    }
    Index

    Properties

    includeHistory?: boolean

    Whether to include the repair history in the response.

    includeResolvedValues?: boolean

    Whether to include resolved parameter values in the response.

    pageToken?: string

    Use next_page_token returned from the previous GetRun response to request the next page of the run's array properties.

    runId?: bigint

    The canonical identifier of the run for which to retrieve the metadata. This field is required.