> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.PromptSessionSummary.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface PromptSessionSummary

```typescript
interface PromptSessionSummary {
    cwd?: string;
    key: string;
    messageCount: number;
    project?: string;
    sessionId: string;
    sizeBytes: number;
    startedAt?: string;
    store: PromptHistoryStore;
    storeLabel: string;
    title: string;
    updatedAt: string;
    warningCount: number;
}
```

Types: [cwd](#cwd), [key](#key), [messageCount](#messagecount), [project](#project), [sessionId](#sessionid), [sizeBytes](#sizebytes), [startedAt](#startedat), [store](#store), [PromptHistoryStore](../types/core.PromptHistoryStore.md), [storeLabel](#storelabel), [title](#title), [updatedAt](#updatedat), [warningCount](#warningcount)

##### Index

### <a id="properties"></a>Properties

[cwd?](#cwd) [key](#key) [messageCount](#messagecount) [project?](#project) [sessionId](#sessionid) [sizeBytes](#sizebytes) [startedAt?](#startedat) [store](#store) [storeLabel](#storelabel) [title](#title) [updatedAt](#updatedat) [warningCount](#warningcount)

## <a id="properties-1"></a>Properties

### <a id="cwd"></a>`Optional`cwd

```typescript
cwd?: string
```

### <a id="key"></a>key

```typescript
key: string
```

### <a id="messagecount"></a>messageCount

```typescript
messageCount: number
```

### <a id="project"></a>`Optional`project

```typescript
project?: string
```

### <a id="sessionid"></a>sessionId

```typescript
sessionId: string
```

### <a id="sizebytes"></a>sizeBytes

```typescript
sizeBytes: number
```

### <a id="startedat"></a>`Optional`startedAt

```typescript
startedAt?: string
```

### <a id="store"></a>store

```typescript
store: PromptHistoryStore
```

Types: [PromptHistoryStore](../types/core.PromptHistoryStore.md)

### <a id="storelabel"></a>storeLabel

```typescript
storeLabel: string
```

### <a id="title"></a>title

```typescript
title: string
```

### <a id="updatedat"></a>updatedAt

```typescript
updatedAt: string
```

### <a id="warningcount"></a>warningCount

```typescript
warningCount: number
```
