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

> TypeScript SDK reference

[weave](../) / GetAgentsOptions

Options for [WeaveClient.getAgents](../classes/weaveclient#getagents).

## Table of contents

### Properties

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

## Properties

### agentName

• `Optional` **agentName**: `string`

#### Defined in

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

***

### limit

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

#### Defined in

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

***

### offset

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

#### Defined in

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

***

### sortBy

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

#### Defined in

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