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

# GetExperimentCompareEventsResponse

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

> **GetExperimentCompareEventsResponse** = `object`

## Description

Response for GET /runs/{new_run_id}/compare/{old_run_id}/events

## Properties

### events

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

#### datapoint\_id

> **datapoint\_id**: `string`

#### event\_1

> **event\_1**: `object`

##### Index Signature

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

##### Description

Full event record from the first run

#### event\_2

> **event\_2**: `object`

##### Index Signature

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

##### Description

Full event record from the second run

***

### totalEvents

> **totalEvents**: `number`

#### Description

Total number of events matching the comparison query
