notebook_get_run_status
Retrieve the current status of a notebook run by providing workspace, notebook, and job instance IDs. Monitor execution progress to determine if the run completed, failed, or is still active.
Instructions
Get the status of a notebook run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebookId | Yes | The notebook ID | |
| workspaceId | Yes | The workspace ID | |
| jobInstanceId | Yes | The job instance ID from notebook_run |