get_kernel_status
Retrieve comprehensive status details for a specified Jupyter kernel, including execution state and resource usage.
Instructions
Get detailed status information about a specific Jupyter kernel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ID of the kernel to check status for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ||
| status | Yes | ||
| created_at | Yes | ||
| language | Yes | ||
| env_path | Yes | ||
| details | No |