> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-update-reference-docs-59.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GetCallsOptions

> TypeScript SDK reference

## 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:120](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L120)

***

### expandColumns

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

#### Defined in

[src/weaveClient.ts:121](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L121)

***

### filter

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

#### Defined in

[src/weaveClient.ts:113](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L113)

***

### includeCosts

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

#### Defined in

[src/weaveClient.ts:115](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L115)

***

### includeFeedback

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

#### Defined in

[src/weaveClient.ts:116](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L116)

***

### limit

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

#### Defined in

[src/weaveClient.ts:117](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L117)

***

### offset

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

#### Defined in

[src/weaveClient.ts:118](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L118)

***

### query

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

#### Defined in

[src/weaveClient.ts:114](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L114)

***

### sortBy

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

#### Defined in

[src/weaveClient.ts:119](https://github.com/wandb/weave/blob/d5e11acb4bb292878563e3dca68e95312f03b6af/sdks/node/src/weaveClient.ts#L119)
