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

> TypeScript SDK reference

[weave](../) / GetAgentVersionsOptions

Options for [WeaveClient.getAgentVersions](../classes/weaveclient#getagentversions).

## Table of contents

### Properties

* [agentName](./getagentversionsoptions#agentname)
* [limit](./getagentversionsoptions#limit)
* [offset](./getagentversionsoptions#offset)
* [sortBy](./getagentversionsoptions#sortby)

## Properties

### agentName

• **agentName**: `string`

#### Defined in

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

***

### limit

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

`Min`

0

`Max`

10000

`Default`

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

#### Defined in

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

***

### offset

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

`Min`

0

`Default`

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

#### Defined in

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

***

### sortBy

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

#### Defined in

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