pyslk.get_checked_resources_verify_job

pyslk.get_checked_resources_verify_job#

pyslk.get_checked_resources_verify_job(jobs: int | list[int] | SubmittedJobs, force_resource_path: bool = False) list[Union[int, pathlib.Path]]#

Get results of one or more verify jobs

TODO: doc update

Parameters:
  • jobs (int or list[int] or SubmittedJobs) – submitted jobs (job id, list of job ids or SubmittedJobs object)

  • force_resource_path (bool) – force resource path to be returned; otherwise, resource ids will be returned (except if a namespace was the target of the verify job which is limited to admins)

Returns:

results of the verify job

Return type:

`list[Union[int, Path]]