Preserve and inspect the import
Use import_backlinks for a hosted import. Its reference defines the supported supplier values and row format. Inspect every rejected row returned by the operation and keep the run identifier. Read get_discovery_run, then page through list_discovery_candidates. For a local CSV instead:Verify fifty selected candidates
Batch verification and explicit candidate enrollment require their matching hosted release and database migrations. Availability records the boundary. Where only single verification is available, use verify_discovery_candidate for each selected row.
- Select one to fifty stored candidates from the same run. Keep their actual identifiers and optional local references.
- Submit verify_discovery_candidates with
runId, anitemsarray of candidate identifiers, and anidempotencyKey. - Save the returned batch identifier and each item’s outcome. Budget rejection can affect individual items; inspect the reservation and counts.
- Read get_candidate_verification_batch until the selected jobs finish. Read each observation separately:
succeededis job completion, whilepresent,absentorunknowndescribes evidence.