HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias GetDatapointsQuery

    type GetDatapointsQuery = {
        datapoint_ids?: string[];
        dataset_name?: string;
    }
    Index

    Properties

    datapoint_ids?: string[]

    List of datapoint ids to fetch

    dataset_name?: string

    Name of the dataset to get datapoints from