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:

"01a08b36-b257-7e7f-af78-5b78491b8e7a"

campaign_id
string<uuid>

Only return the agent keeping this campaign stocked (active or paused). A campaign has at most one agent, so the list holds zero or one item and limit / starting_after are ignored; next_starting_after is omitted.

Example:

"01a08b36-b257-7e7f-af78-5b78491b8e7a"

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:

"01a08b36-b258-7ce1-a165-b5bebb512b84"