latestOpenAPI 3.1.02026-08-204489152.5 KB
726970fd2992
Sessions
Get kernel status for a notebook in an interactive session
Returns the current kernel state for a notebook in an interactive session, including the currently executing block and queued block executions when available. Each notebook in a session has its own kernel; name the notebook via the notebookId query parameter and query each notebook separately.
get/sessions/{sessionId}/status
Path parameters
sessionIdstring uuid required
Session identifier.
Session identifier.
Query parameters
notebookIdstring required
Notebook within the session to read status for. Use the session's source notebook ID (session.notebookId), not sessionNotebookId.
Notebook within the session to read status for. Use the session's source notebook ID (session.notebookId), not sessionNotebookId.
Response
Current session and kernel status for the notebook.