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

# CreateSessionResponse

> TypeScript response type from the HoneyHive API

> **CreateSessionResponse** = `object` & `object`

## Type Declaration

### children\_ids?

> `optional` **children\_ids?**: `string`\[]

### config?

> `optional` **config?**: `unknown`

### duration?

> `optional` **duration?**: `number` | `null`

### end\_time?

> `optional` **end\_time?**: `number` | `null`

### error?

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

### event\_id

> **event\_id**: `string`

### event\_name?

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

### event\_type?

> `optional` **event\_type?**: `string` | `null`

### feedback?

> `optional` **feedback?**: `unknown`

### inputs?

> `optional` **inputs?**: `unknown`

### metadata?

> `optional` **metadata?**: `unknown`

### metrics?

> `optional` **metrics?**: `unknown`

### org\_id

> **org\_id**: `string`

### outputs?

> `optional` **outputs?**: `unknown`

### parent\_id?

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

### project\_id

> **project\_id**: `string`

### session\_id

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

### source?

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

### start\_time?

> `optional` **start\_time?**: `number` | `null`

### user\_properties?

> `optional` **user\_properties?**: `unknown`

### workspace\_id

> **workspace\_id**: `string`

## Description

Full session event object returned after starting a new session
