Skip to main content
GET
List AI Sales Agents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

The number of items to return

Required range: 1 <= x <= 100
Example:

10

starting_after
string<uuid>

The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.

Example:

"01a04400-aedb-7f8a-9ea6-fa739b0b89c9"

status
enum<number>

Filter by agent status.

Available options:
-1,
0,
1
Example:

1

Filter agents whose name contains this text (case-insensitive).

Example:

"Outbound US"

agent_type
enum<number>

Filter by a single outbound agent type. 2 = Sales, 7 = Recruiting, 8 = Investment, 9 = User Research, 10 = Partnership.

Available options:
2,
4,
7,
8,
9,
10
Example:

2

Response

The AI Sales Agents of the workspace

items
AI Sales Agent · object[]
required

The list of AI Sales Agents

next_starting_after
string<uuid>

Pass as starting_after to fetch the next page. Absent on the last page.

Example:

"01a04400-aedb-7f8a-9ea6-fa74253e4388"