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.
Query parameters
AI follow-up stage filter (HIGH_PRIORITY, AI_PROSPECTING, AI_MONITORING)
AI follow-up stage filter (HIGH_PRIORITY, AI_PROSPECTING, AI_MONITORING)
Page size (max 100)
Page size (max 100)
Start index of the responded leads
Start index of the responded leads
Sort field (Default, CreateTime, UpdateTime)
Sort field (Default, CreateTime, UpdateTime)
Descending sort (true) or ascending sort (false)
Descending sort (true) or ascending sort (false)
Headers
Bearer [access_token]
Response
Working leads retrieved successfully
Example response
{
"workingLeads": [
{
"leadId": 12345,
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com",
"phone": "+1234567890",
"createdAt": "2026-02-20T10:00:00Z"
}
],
"metadata": {
"total": 150,
"count": 20,
"limit": 20
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.