> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: GetCallsOptions

> TypeScript SDK reference

[weave](../) / GetCallsOptions

## Table of contents

### Properties

* [columns](./getcallsoptions#columns)
* [expandColumns](./getcallsoptions#expandcolumns)
* [filter](./getcallsoptions#filter)
* [includeCosts](./getcallsoptions#includecosts)
* [includeFeedback](./getcallsoptions#includefeedback)
* [limit](./getcallsoptions#limit)
* [offset](./getcallsoptions#offset)
* [query](./getcallsoptions#query)
* [sortBy](./getcallsoptions#sortby)

## Properties

### columns

• `Optional` **columns**: `string`\[]

#### Defined in

[weaveClient.ts:84](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L84)

***

### expandColumns

• `Optional` **expandColumns**: `string`\[]

#### Defined in

[weaveClient.ts:85](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L85)

***

### filter

• `Optional` **filter**: [`CallsFilter`](./callsfilter)

#### Defined in

[weaveClient.ts:77](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L77)

***

### includeCosts

• `Optional` **includeCosts**: `boolean`

#### Defined in

[weaveClient.ts:79](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L79)

***

### includeFeedback

• `Optional` **includeFeedback**: `boolean`

#### Defined in

[weaveClient.ts:80](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L80)

***

### limit

• `Optional` **limit**: `number`

#### Defined in

[weaveClient.ts:81](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L81)

***

### offset

• `Optional` **offset**: `number`

#### Defined in

[weaveClient.ts:82](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L82)

***

### query

• `Optional` **query**: [`Query`](./query)

#### Defined in

[weaveClient.ts:78](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L78)

***

### sortBy

• `Optional` **sortBy**: [`SortBy`](./sortby)\[]

#### Defined in

[weaveClient.ts:83](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/weaveClient.ts#L83)
