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

[src/weaveClient.ts:101](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L101)

***

### expandColumns

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

#### Defined in

[src/weaveClient.ts:102](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L102)

***

### filter

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

#### Defined in

[src/weaveClient.ts:94](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L94)

***

### includeCosts

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

#### Defined in

[src/weaveClient.ts:96](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L96)

***

### includeFeedback

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

#### Defined in

[src/weaveClient.ts:97](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L97)

***

### limit

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

#### Defined in

[src/weaveClient.ts:98](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L98)

***

### offset

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

#### Defined in

[src/weaveClient.ts:99](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L99)

***

### query

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

#### Defined in

[src/weaveClient.ts:95](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L95)

***

### sortBy

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

#### Defined in

[src/weaveClient.ts:100](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/weaveClient.ts#L100)
