> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SessionCreateResponseOpenAPI

***

# Type Alias: SessionCreateResponseOpenAPI

```ts theme={null}
type SessionCreateResponseOpenAPI = object;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

SessionCreateResponse

## Properties

### external\_id?

```ts theme={null}
optional external_id: string | null;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

External Id

External id of the session.

***

### id

```ts theme={null}
id: string;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

Id

Session id associated with the session.

***

### name

```ts theme={null}
name: string | null;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

Name

Name of the session.

***

### previous\_session\_id?

```ts theme={null}
optional previous_session_id: string | null;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

Previous Session Id

Id of the previous session.

***

### project\_id

```ts theme={null}
project_id: string;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

Project Id

Project id associated with the session.

***

### project\_name

```ts theme={null}
project_name: string;
```

Defined in: [src/types/openapi.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/openapi.types.ts)

Project Name

Project name associated with the session.
