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

# GetPromptsOptions

***

# Type Alias: GetPromptsOptions

```ts theme={null}
type GetPromptsOptions = 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;
```

### name?

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