Skip to main content
GET
List AI Sales 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 Sales Agent ID

Example:

"01a0206f-e414-76cf-8ce7-a2439b5bad4c"

Query Parameters

limit
integer

The number of items to return

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

10

starting_after
string

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:

"01956fbd-0eb1-72db-a565-82977a586084"

action_status
enum<string>[]

Filter by activity status (array of statuses)

Available options:
pending,
approved,
rejected,
in_progress,
completed,
failed
Example:
action_type
enum<string>[]

Filter by action type (array of types)

Available options:
create_campaign,
edit_campaign,
stop_campaign,
pause_campaign,
enrich_leads,
push_lead,
recommend_lead,
warning,
initial_setup_scrape,
initial_setup_campaigns,
initial_setup_enrich,
reply_received,
opportunity_received,
imported_leads
Example:
exclude_live_feed_hidden
boolean

Exclude activities the AI Sales Agent live feed hides (warnings and delivered lead recommendations) so pagination stays accurate. Defaults to false.

Example:

true

Response

The list of AI Sales Agent activities

items
AI Sales Agent Activity · object[]
required

The list of AI Sales Agent activities

next_starting_after
string

The filter for getting the next activities after this one - an activity ID

Example:

"01a0206f-f02e-796a-ab02-5431f155a86f"