> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# GetExperimentComparisonRequest

> Use GetExperimentComparisonRequest to build experiment comparison queries with the HoneyHive Experiments TypeScript client for typed calls and autocomplete.

## Properties

### aggregate\_function?

> `optional` **aggregate\_function?**: `"average"` | `"min"` | `"max"` | `"median"` | `"p95"` | `"p99"` | `"p90"` | `"sum"` | `"count"`

#### Description

Aggregation function to apply to metrics

***

### filters?

> `optional` **filters?**: `string` | `Record`\<`string`, `never`>\[]

#### Description

Optional filters to apply (JSON string or array of filter objects)

***

### new\_run\_id

> **new\_run\_id**: `string`

#### Description

New experiment run ID to compare (UUIDv4)

***

### old\_run\_id

> **old\_run\_id**: `string`

#### Description

Old experiment run ID to compare against (UUIDv4)
