One-Time Scan Status
Call Deliverability (TrustCall)
One-Time Scan Status
Check the status of a one-time scan job
GET
One-Time Scan Status
Check the status of a one-time scan job submitted via the Submit One-Time Scan endpoint.
Request
Headers
Your API Key (LoginId from your DNCScrub account)
Query Parameters
The job ID (UUID) returned from the POST OneTimeScan endpoint
Example Request
Response Fields
The scan job identifier
Current job status:
Submitted- Job received, not yet startedProcessing- Scan in progressComplete- Scan finished, results availableFailed- Scan encountered an error
Total number of phone numbers in the job
Number of phone numbers processed so far
Array of scan results (only present when
Status is Complete). See result fields below.Result Fields
The phone number that was scanned
Current average carrier spam score:
Clean, Medium, or HighVerizon carrier status:
Clean or FlaggedAT&T carrier status:
Clean or FlaggedT-Mobile carrier status:
Clean or FlaggedRoboKiller app status (if
carrierandapps scan type)Nomorobo app status (if
carrierandapps scan type)Array of FTC complaints (if
carrierandapps scan type)Error Responses
| Status | Description |
|---|---|
| 400 Bad Request | Invalid or missing job ID |
| 401 Unauthorized | Invalid or missing API key |
| 403 Forbidden | Job belongs to a different account |
| 500 Server Error | Internal server error |