> ## 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.

# GetExperimentComparisonResponse

> Read GetExperimentComparisonResponse to parse experiment comparison results from the HoneyHive Experiments TypeScript client with typed fields and autocomplete.

> **GetExperimentComparisonResponse** = `object`

## Description

Comparison between two experiment runs including metrics, common datapoints, and event details

## Properties

### commonDatapoints

> **commonDatapoints**: `string`\[]

***

### event\_details

> **event\_details**: `object`\[]

#### event\_name

> **event\_name**: `string`

#### event\_type

> **event\_type**: `string`

#### presence

> **presence**: `"old"` | `"new"` | `"both"`

***

### metrics

> **metrics**: `object`\[]

#### difference?

> `optional` **difference?**: `number`

#### metric\_name

> **metric\_name**: `string`

#### metric\_type?

> `optional` **metric\_type?**: `string`

#### new\_aggregate?

> `optional` **new\_aggregate?**: `number`

#### old\_aggregate?

> `optional` **old\_aggregate?**: `number`

#### percentage\_change?

> `optional` **percentage\_change?**: `number`

***

### new\_run

> **new\_run**: `object`

#### configuration

> **configuration**: `object`

##### Index Signature

\[`key`: `string`]: `unknown`

#### created\_at

> **created\_at**: `string`

#### dataset\_id?

> `optional` **dataset\_id?**: `string` | `null`

#### dataset\_name?

> `optional` **dataset\_name?**: `string` | `null`

#### description?

> `optional` **description?**: `string` | `null`

#### event\_ids

> **event\_ids**: `string`\[]

#### id

> **id**: `string`

#### is\_active

> **is\_active**: `boolean`

#### metadata

> **metadata**: `object`

##### Index Signature

\[`key`: `string`]: `unknown`

#### metrics?

> `optional` **metrics?**: `object`

##### Index Signature

\[`key`: `string`]: `number`

#### name?

> `optional` **name?**: `string` | `null`

#### results

> **results**: `object`

##### Index Signature

\[`key`: `string`]: `unknown`

#### run\_id

> **run\_id**: `string`

#### scope\_id

> **scope\_id**: `string`

#### scope\_type

> **scope\_type**: `string`

#### status?

> `optional` **status?**: `string` | `null`

#### updated\_at?

> `optional` **updated\_at?**: `string` | `null`

***

### old\_run

> **old\_run**: `object`

#### configuration

> **configuration**: `object`

##### Index Signature

\[`key`: `string`]: `unknown`

#### created\_at

> **created\_at**: `string`

#### dataset\_id?

> `optional` **dataset\_id?**: `string` | `null`

#### dataset\_name?

> `optional` **dataset\_name?**: `string` | `null`

#### description?

> `optional` **description?**: `string` | `null`

#### event\_ids

> **event\_ids**: `string`\[]

#### id

> **id**: `string`

#### is\_active

> **is\_active**: `boolean`

#### metadata

> **metadata**: `object`

##### Index Signature

\[`key`: `string`]: `unknown`

#### metrics?

> `optional` **metrics?**: `object`

##### Index Signature

\[`key`: `string`]: `number`

#### name?

> `optional` **name?**: `string` | `null`

#### results

> **results**: `object`

##### Index Signature

\[`key`: `string`]: `unknown`

#### run\_id

> **run\_id**: `string`

#### scope\_id

> **scope\_id**: `string`

#### scope\_type

> **scope\_type**: `string`

#### status?

> `optional` **status?**: `string` | `null`

#### updated\_at?

> `optional` **updated\_at?**: `string` | `null`
