Databricks SDK for JavaScript
    Preparing search index...
    interface SearchRunsResponse {
        nextPageToken?: string;
        runs?: Run[];
    }
    Index

    Properties

    nextPageToken?: string

    Token for the next page of runs.

    runs?: Run[]

    Runs that match the search criteria.