Skip to main content
GET
List AI Lead Finder 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:

"01a0206f-e3f2-7716-a5df-27ff44ad9c99"

Response

The AI Lead Finder Agents of the workspace

items
AI Lead Finder Agent · object[]
required

The list of AI Lead Finder Agents

next_starting_after
string

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

Example:

"01a0206f-e3f2-7716-a5df-28000ab43b6b"