> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-drtangible-wip-test-inline-tag.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GetCallsOptions

> TypeScript SDK reference

Defined in: [src/weaveClient.ts:120](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L120)

## Properties

### columns

> `optional` **columns**: `string`\[]

Defined in: [src/weaveClient.ts:128](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L128)

***

### expandColumns

> `optional` **expandColumns**: `string`\[]

Defined in: [src/weaveClient.ts:129](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L129)

***

### filter

> `optional` **filter**: [`CallsFilter`](./callsfilter)

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

***

### includeCosts

> `optional` **includeCosts**: `boolean`

Defined in: [src/weaveClient.ts:123](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L123)

***

### includeFeedback

> `optional` **includeFeedback**: `boolean`

Defined in: [src/weaveClient.ts:124](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L124)

***

### limit

> `optional` **limit**: `number`

Defined in: [src/weaveClient.ts:125](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L125)

***

### offset

> `optional` **offset**: `number`

Defined in: [src/weaveClient.ts:126](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L126)

***

### query

> `optional` **query**: [`Query`](./query)

Defined in: [src/weaveClient.ts:122](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L122)

***

### sortBy

> `optional` **sortBy**: [`SortBy`](./sortby)\[]

Defined in: [src/weaveClient.ts:127](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/weaveClient.ts#L127)
