Notebook Query Status
notebook_query_statusCheck the status of an asynchronous notebook query and retrieve results once completed. Poll periodically to determine if processing is done or still in progress.
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'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | The query ID returned by notebook_query_start |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||