```python import comfydeploy s = comfydeploy.ComfyDeploy( bearer_auth="", ) res = s.run.get(run_id='') if res.object is not None: # handle response pass ```