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

# GetExperimentRunMetricsResponse

> Read GetExperimentRunMetricsResponse to parse run metrics results from the HoneyHive Experiments TypeScript client with typed fields and autocomplete.

> **GetExperimentRunMetricsResponse** = `object`

## Description

Response for GET /runs/{run_id}/metrics

## Properties

### events

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

#### event\_name

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

#### event\_type

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

#### metadata

> **metadata**: `object`

##### metadata.datapoint\_id?

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

#### metrics

> **metrics**: `object`

##### Index Signature

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

##### Description

Metric name → value, merged from numeric, float, and boolean ClickHouse columns

#### session\_id

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

***

### totalEvents

> **totalEvents**: `number`

#### Description

Total number of events matching the query
