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

# RenderTemplateResponseOpenAPI

***

# Type Alias: RenderTemplateResponseOpenAPI

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

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

RenderTemplateResponse

## Properties

### limit?

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

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

Limit

***

### next\_starting\_token?

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

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

Next Starting Token

***

### paginated?

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

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

Paginated

***

### rendered\_templates

```ts theme={null}
rendered_templates: RenderedTemplate[];
```

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

Rendered Templates

***

### starting\_token?

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

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

Starting Token
