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

# GetDatapointsResponse

> Read GetDatapointsResponse to parse datapoint list results from the HoneyHive Datapoints TypeScript client with typed fields and autocomplete.

> **GetDatapointsResponse** = `object`

## Description

Response for GET /datapoints

## Properties

### datapoints

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

#### created\_at

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

#### ground\_truth

> **ground\_truth**: \{\[`key`: `string`]: `unknown`; } | `null`

#### history

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

##### Index Signature

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

#### id

> **id**: `string`

#### inputs

> **inputs**: `object`

##### Index Signature

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

#### linked\_datasets?

> `optional` **linked\_datasets?**: `string`\[]

#### linked\_event

> **linked\_event**: `string` | `null`

#### metadata

> **metadata**: \{\[`key`: `string`]: `unknown`; } | `null`

#### updated\_at?

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