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

# GetExperimentSummaryRequest

> Use GetExperimentSummaryRequest to define experiment summary query payloads with the HoneyHive Experiments TypeScript client for typed calls and autocomplete.

## Properties

### aggregate\_function?

> `optional` **aggregate\_function?**: `"average"` | `"min"` | `"max"` | `"median"` | `"p95"` | `"p99"` | `"p90"` | `"sum"` | `"count"`

#### Description

Aggregation function to apply to metrics

***

### filters?

> `optional` **filters?**: `string` | `Record`\<`string`, `never`>\[]

#### Description

Optional filters to apply (JSON string or array of filter objects)

***

### run\_id

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

#### Description

Experiment run ID (UUIDv4)
