Skip to main content
GET
Get a complete Scrub Job result

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string<uuid>
required

Opaque lowercase UUID returned at admission. Opaque lowercase UUIDv4 generated by DNC LATAM. It carries no country, tenant, provider, or execution meaning; tenant identity remains internal and is never returned.

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Response

Scrub completed successfully

One complete result for the submitted Scrub Batch. No provider chunks or partial result are exposed.

prohibited_numbers_to_call
string[]
required

Original, structurally valid inputs found in the selected DNC registry. Do not call these numbers. Original formatting and relative order within this category are preserved; duplicates are returned once per occurrence.

safe_numbers_to_call
string[]
required

Original, structurally valid inputs not found in the selected DNC registry at the time of the check. safe is limited to this registry result; it does not confirm that a number is active or reachable, prove consent, or grant universal legal permission to call.

invalid_numbers
object[]
required

Inputs that failed structural validation or were explicitly rejected by the selected registry, in their original relative order.

summary
object
required

Aggregate counts for this request. summary.total_checked equals summary.prohibited_numbers + summary.safe_numbers + summary.invalid_numbers.

scrub_record
object

Phone-free Screening record for this successful Scrub. Delivered with the Scrub Result; v1 does not persist it.