The current status of the job (e.g., PENDING, RUNNING, COMPLETED, FAILED, RETRIED).
If the status is RETRIED, it means this job instance was superseded by a new job. You should use the new_job_id to fetch the latest job information.
{ "step_description": "Tool used to determine if the business profile provided by the business matches the verified business profile", "name": "KYB Basic Business Profile Check", "instruction": "Generate and validate a basic business profile from web data and check against self attested data.", "command_result": { "agent_key": "public-bdd", "command_id": "kyb.basic_business_profile_check", "command_name": "KYB Basic Business Profile Check", "command_desc": "Tool used to determine if the business profile provided by the business matches the verified business profile", "command_instance_id": "a5494583409b41d587cd753b686bcf43", "output": { "explanation": "This task involves verifying the accuracy of self-reported business information against verified data sources. The goal is to ensure that the self-reported business profile aligns with the information verified from reliable sources.", "payload": { "type": "BasicBusinessProfileCheckResult", "business_name_match": { "exact_match": true, "partial_match": false, "source_ids": [ "fxvqri" ], "explanation": "The business name 'Parcha' exactly matches the name found in the verified data.", "name": "Parcha" }, "business_description_match": null, "business_industry_match": null }, "answer": "The basic business profile check passed. The self-reported business name 'Parcha' matches the verified data, and no discrepancies were found as other fields were not provided in the self-reported data.", "passed": true, "recommendation": null, "alerts": {} }, "agent_instance_id": "09e3133959c447b493313b1b3360cc05" }, "on_check_failure": null}