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

# SearchEventsRequest

> Use SearchEventsRequest to define trace event search query payloads with the HoneyHive Events TypeScript client for typed calls and autocomplete.

## Properties

### dateRange?

> `optional` **dateRange?**: `object`

#### end\_time

> **end\_time**: `string`

Format: date-time

##### Description

ISO 8601 timestamp for end of date range (inclusive)

#### start\_time

> **start\_time**: `string`

Format: date-time

##### Description

ISO 8601 timestamp for start of date range (inclusive)

***

### evaluation\_id?

> `optional` **evaluation\_id?**: `string`

#### Description

Filter by evaluation/experiment run ID

***

### filters?

> `optional` **filters?**: `object`\[]

#### field

> **field**: `string`

#### operator

> **operator**: `"exists"` | `"not exists"` | `"is"` | `"is not"` | `"contains"` | `"not contains"` | `"greater than"` | `"less than"` | `"after"` | `"before"`

#### type?

> `optional` **type?**: `"string"` | `"number"` | `"boolean"` | `"datetime"`

#### value

> **value**: `string` | `number` | `boolean` | `null`

#### Description

Array of filter criteria to apply

***

### ignore\_order?

> `optional` **ignore\_order?**: `boolean`

#### Description

Deprecated: accepted but ignored. Results are always ordered by start\_time descending.

***

### limit?

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

#### Description

Limit number of results (default 1000, max 1000)

***

### page?

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

#### Description

Page number of results (default 1)
