Skip to main content
GET
List AI Lead Finder Agent activities

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

AI Lead Finder Agent ID

Example:

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

Query Parameters

limit
integer

The number of items to return

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

10

starting_after
string

Opaque pagination cursor - pass the next_starting_after value from the previous response. Do not construct it manually.

Example:

"WyIyMDI2LTA4LTAzVDEwOjAwOjAwLjAwMFoiLCIwMTk4Il0"

Response

The activity events of the agent

items
object[]
required

The list of activity events

next_starting_after
string

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

Example:

"WyIyMDI2LTA4LTAzVDEwOjAwOjAwLjAwMFoiLCIwMTk4Il0"