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

# CreateRunResponse

> Read CreateRunResponse to parse experiment run creation results from the HoneyHive Experiments TypeScript client with typed fields and autocomplete.

> **CreateRunResponse** = `object`

## Description

Response for POST /runs

## Properties

### evaluation

> **evaluation**: `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`

***

### run\_id

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