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

# AddDatapointsRequest

> TypeScript request type for the HoneyHive API

## Properties

### data

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

#### Index Signature

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

#### Description

Array of datapoint data objects to add

***

### dataset\_id

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

#### Description

The unique identifier of the dataset to add datapoints to like  `663876ec4611c47f4970f0c3`

***

### mapping

> **mapping**: `object`

#### ground\_truth?

> `optional` **ground\_truth?**: `string`\[]

##### Default

```ts theme={null}
[]
```

#### history?

> `optional` **history?**: `string`\[]

##### Default

```ts theme={null}
[]
```

#### inputs?

> `optional` **inputs?**: `string`\[]

##### Default

```ts theme={null}
[]
```

#### Description

Field mapping for inputs, ground truth, and history
