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

# ListPromptTemplateResponse

***

# Type Alias: ListPromptTemplateResponse

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

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

ListPromptTemplateResponse

## Properties

### limit?

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

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

Limit

***

### nextStartingToken?

```ts theme={null}
optional nextStartingToken: number | null;
```

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

Next Starting Token

***

### paginated?

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

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

Paginated

***

### startingToken?

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

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

Starting Token

***

### templates?

```ts theme={null}
optional templates: PromptTemplate[];
```

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

Templates
