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

# PromptListOptions

***

# Type Alias: PromptListOptions

```ts theme={null}
type PromptListOptions = ProjectScopeOptions & object;
```

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

## Type declaration

### limit?

```ts theme={null}
optional limit: number;
```

### matchExact?

```ts theme={null}
optional matchExact: boolean;
```

### nameFilter?

```ts theme={null}
optional nameFilter: string;
```

### startingToken?

```ts theme={null}
optional startingToken: number;
```
