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 status, metrics, and results for a number lookup.
GET /api/v1/number-lookups/{id}
id
200
{ "data": { "id": "lookup_uuid", "status": "done", "progress": 100, "requestedCount": 1250, "normalizedCount": 1180, "checkedCount": 1180, "onWhatsAppCount": 730, "notOnWhatsAppCount": 450, "invalidCount": 70, "result": { "onWhatsApp": [], "notOnWhatsApp": [], "invalid": [] }, "completedAt": "2026-04-07T10:00:00.000Z" } }
pending
processing
done
failed
cancelled