pyslk.get_result_verify_job

pyslk.get_result_verify_job#

pyslk.get_result_verify_job(job_id: int, return_no_source: bool = False) dict[str, dict]#

Get results of one or more verify jobs

Parameters:
  • job_id (int) – job id

  • return_no_source (bool) – return the result of the verify job but do not contain a list of checked files

Returns:

results of the verify job and its header

Return type:

dict[str, dict]