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

> TypeScript SDK reference

[weave](../) / GetAgentTurnsOptions

Options for [WeaveClient.getAgentTurns](../classes/weaveclient#getagentturns).

## Table of contents

### Properties

* [conversationId](./getagentturnsoptions#conversationid)
* [includeFeedback](./getagentturnsoptions#includefeedback)
* [limit](./getagentturnsoptions#limit)
* [offset](./getagentturnsoptions#offset)

## Properties

### conversationId

• **conversationId**: `string`

#### Defined in

[src/weaveClient.ts:234](https://github.com/wandb/weave/blob/8c5f077eb11c42b84000726ff20504abc728d3fb/sdks/node/src/weaveClient.ts#L234)

***

### includeFeedback

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

#### Defined in

[src/weaveClient.ts:246](https://github.com/wandb/weave/blob/8c5f077eb11c42b84000726ff20504abc728d3fb/sdks/node/src/weaveClient.ts#L246)

***

### limit

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

`Min`

0

`Max`

50

`Default`

```ts twoslash theme={null}
// @noErrors
50
```

#### Defined in

[src/weaveClient.ts:240](https://github.com/wandb/weave/blob/8c5f077eb11c42b84000726ff20504abc728d3fb/sdks/node/src/weaveClient.ts#L240)

***

### offset

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

`Min`

0

`Default`

```ts twoslash theme={null}
// @noErrors
0
```

#### Defined in

[src/weaveClient.ts:245](https://github.com/wandb/weave/blob/8c5f077eb11c42b84000726ff20504abc728d3fb/sdks/node/src/weaveClient.ts#L245)
