{
"success": true,
"data": {
"batchId": "665c52bf7b8e3f00149f0a10",
"status": "completed",
"totalItems": 3,
"processedItems": 3,
"successful": 2,
"failed": 1,
"results": [
{
"email": "sarah.chen@stripe.com",
"phones": [
"+14158009370"
]
},
{
"email": "james.rodriguez@hubspot.com",
"phones": [
"+16175551234",
"+16175551235"
]
},
{
"linkedin": "https://www.example.com/in/priyapatel",
"phones": [],
"error": "No phone numbers found for this profile"
}
],
"page": 1,
"limit": 100
},
"meta": {
"requestId": "665c5aef7b8e3f00149f0a20",
"creditsUsed": 1000,
"creditsRefunded": 500,
"creditsRemaining": 23500,
"totalItems": 3,
"processedItems": 3
}
}