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

# Interface PromptSessionListArgs

```typescript
interface PromptSessionListArgs {
    cursor?: string | null;
    limit?: number;
    query?: string;
    stores?: PromptHistoryStore[];
}
```

Types: [cursor](#cursor), [limit](#limit), [query](#query), [stores](#stores), [PromptHistoryStore](../types/core.PromptHistoryStore.md)

##### Index

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

[cursor?](#cursor) [limit?](#limit) [query?](#query) [stores?](#stores)

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

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

```typescript
cursor?: string | null
```

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

```typescript
limit?: number
```

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

```typescript
query?: string
```

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

```typescript
stores?: PromptHistoryStore[]
```

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