Check Job

job = hc.get_job()

Result:

This method returns a Dictionary containing the job information.

Parameter description:

ParametersDescriptionRequired
job_ids (list[str])Job ID list to be obtainedNo, gets all jobs if not specified
action_patterns (list[str])Action pattern listNo, defaults to ["hippo*"]
Table 94 Check Job (Python API)