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

# GetRunsRequest

> Use GetRunsRequest to define run list query payloads with the HoneyHive Experiments TypeScript client for typed calls and autocomplete.

## Properties

### dataset\_id?

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

#### Description

Filter by dataset ID

***

### dateRange?

> `optional` **dateRange?**: `string` | \{ `$gte?`: `string` | `number`; `$lte?`: `string` | `number`; }

#### Description

Filter by date range

***

### limit?

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

#### Description

Number of results per page

***

### name?

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

#### Description

Filter by run name

***

### page?

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

#### Description

Page number for pagination

***

### run\_ids?

> `optional` **run\_ids?**: `string`\[]

#### Description

List of specific run IDs to fetch

***

### sort\_by?

> `optional` **sort\_by?**: `"created_at"` | `"updated_at"` | `"name"` | `"status"`

#### Description

Field to sort by

***

### sort\_order?

> `optional` **sort\_order?**: `"asc"` | `"desc"`

#### Description

Sort order

***

### status?

> `optional` **status?**: `"pending"` | `"completed"` | `"failed"` | `"cancelled"` | `"running"`

#### Description

Filter by run status
