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

# GetExperimentSummaryResponse

> Read GetExperimentSummaryResponse to parse experiment summary results from the HoneyHive Experiments TypeScript client with typed fields and autocomplete.

> **GetExperimentSummaryResponse** = `object`

## Description

Evaluation summary for an experiment run: pass/fail results, metric aggregations, per-datapoint results, event details, and the experiment run object.

## Properties

### datapoints

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

#### datapoint\_id?

> `optional` **datapoint\_id?**: `string` | `null`

#### metrics?

> `optional` **metrics?**: `unknown`\[]

#### passed

> **passed**: `boolean`

#### session\_id

> **session\_id**: `string`

***

### error?

> `optional` **error?**: `string`

***

### event\_details

> **event\_details**: `object`\[]

#### event\_name

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

#### event\_type

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

***

### failed

> **failed**: `string`\[]

***

### metrics

> **metrics**: `object`

#### aggregation\_function?

> `optional` **aggregation\_function?**: `string`

#### details?

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

***

### passed

> **passed**: `string`\[]

***

### run\_object

> **run\_object**: `object`

#### configuration

> **configuration**: `object`

##### Index Signature

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

#### created\_at

> **created\_at**: `string`

#### dataset\_id?

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

#### dataset\_name?

> `optional` **dataset\_name?**: `string` | `null`

#### description?

> `optional` **description?**: `string` | `null`

#### event\_ids

> **event\_ids**: `string`\[]

#### id

> **id**: `string`

#### is\_active

> **is\_active**: `boolean`

#### metadata

> **metadata**: `object`

##### Index Signature

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

#### metrics?

> `optional` **metrics?**: `object`

##### Index Signature

\[`key`: `string`]: `number`

#### name?

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

#### results

> **results**: `object`

##### Index Signature

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

#### run\_id

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

#### scope\_id

> **scope\_id**: `string`

#### scope\_type

> **scope\_type**: `string`

#### status?

> `optional` **status?**: `string` | `null`

#### updated\_at?

> `optional` **updated\_at?**: `string` | `null`

***

### status

> **status**: `string`

***

### success

> **success**: `boolean`
