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

# GetExperimentCompareEventsRequest

> Use GetExperimentCompareEventsRequest to define event comparison query payloads via the HoneyHive Experiments TypeScript SDK with typed fields and autocomplete.

## Properties

### event\_name?

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

#### Description

Filter by event name

***

### event\_type?

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

#### Description

Filter by event type

***

### filter?

> `optional` **filter?**: `string` | `Record`\<`string`, `never`>

#### Description

Additional filter criteria (JSON string or object)

***

### limit?

> `optional` **limit?**: `number`

#### Description

Maximum number of results

***

### new\_run\_id

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

#### Description

New experiment run ID (UUIDv4)

***

### old\_run\_id

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

#### Description

Old experiment run ID to compare against (UUIDv4)

***

### page?

> `optional` **page?**: `number`

#### Description

Page number for pagination
