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

# ListDatasetResponse

***

# Type Alias: ListDatasetResponse

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

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

ListDatasetResponse

## Properties

### datasets?

```ts theme={null}
optional datasets: DatasetDBType[];
```

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

Datasets

***

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