Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the current progress and intermediate counters for an async number lookup.
GET /api/v1/number-lookups/{id}/progress
id
200
{ "data": { "id": "lookup_uuid", "status": "processing", "progress": 60, "requestedCount": 400, "normalizedCount": 392, "checkedCount": 240, "onWhatsAppCount": 151, "notOnWhatsAppCount": 89, "invalidCount": 8, "error": null, "createdAt": "2026-05-07T10:00:00.000Z", "updatedAt": "2026-05-07T10:00:07.000Z", "completedAt": null } }
2s
status
done
failed
cancelled