Working Leads
Query working leads (paginated)
Retrieves a paginated list of leads currently being followed up by AI Sales Agent. Supports filtering by AI stage (HIGH_PRIORITY, AI_PROSPECTING, AI_MONITORING). Returns lead basic info with AI stage, task counts, and timestamps.
GET
Query working leads (paginated)
Headers
Bearer [access_token]
Query Parameters
AI follow-up stage filter (HIGH_PRIORITY, AI_PROSPECTING, AI_MONITORING)
Example:
"AI_PROSPECTING"
Page size (max 100)
Example:
20
Start index of the responded leads
Example:
0
Sort field (Default, CreateTime, UpdateTime)
Example:
"UpdateTime"
Descending sort (true) or ascending sort (false)
Example:
true