Check tool run status
Once a tool run is started, you can check its status using the job ID returned when the run is started.
from deeporigin.tools.utils import query_run_status
query_run_status("job-id")
Once a tool run is started, you can check its status using the job ID returned when the run is started.
from deeporigin.tools.utils import query_run_status
query_run_status("job-id")