notebook_query_status
Checks the status of an async query, returning the final result when complete or current progress if still running. Poll periodically until the query finishes or fails.
Instructions
Check the status of an async notebook query started with notebook_query_start.
Returns the query result when completed, or current status if still in progress. Poll this tool every few seconds until status is 'completed' or 'error'.
Args: query_id: The query ID returned by notebook_query_start
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||