Skip to main content
GET
One-Time Scan Status
Check the status of a one-time scan job submitted via the Submit One-Time Scan endpoint.

Request

Headers

string
required
Your API Key (LoginId from your DNCScrub account)

Query Parameters

string
required
The job ID (UUID) returned from the POST OneTimeScan endpoint

Example Request

Response Fields

string (UUID)
The scan job identifier
string
Current job status:
  • Submitted - Job received, not yet started
  • Processing - Scan in progress
  • Complete - Scan finished, results available
  • Failed - Scan encountered an error
integer
Total number of phone numbers in the job
integer
Number of phone numbers processed so far
array
Array of scan results (only present when Status is Complete). See result fields below.

Result Fields

string
The phone number that was scanned
string
Current average carrier spam score: Clean, Medium, or High
string
Verizon carrier status: Clean or Flagged
string
AT&T carrier status: Clean or Flagged
string
T-Mobile carrier status: Clean or Flagged
string
RoboKiller app status (if carrierandapps scan type)
string
Nomorobo app status (if carrierandapps scan type)
array | null
Array of FTC complaints (if carrierandapps scan type)

Error Responses

Polling Example