Databricks SDK for JavaScript
    Preparing search index...
    interface ListExperimentsRequest {
        maxResults?: bigint;
        pageToken?: string;
        viewType?: ViewType;
    }
    Index

    Properties

    maxResults?: bigint

    Maximum number of experiments desired. If max_results is unspecified, return all experiments. If max_results is too large, it'll be automatically capped at 1000. Callers of this endpoint are encouraged to pass max_results explicitly and leverage page_token to iterate through experiments.

    pageToken?: string

    Token indicating the page of experiments to fetch

    viewType?: ViewType

    Qualifier for type of experiments to be returned. If unspecified, return only active experiments.