openapi: 3.1.0 info: title: Jupyter Server REST Config Jupyter Server REST API API description: Minimal OpenAPI 3.1 description of the Jupyter Server REST API for managing notebook contents, sessions, kernels, terminals, checkpoints, and configuration. version: 1.0.0 servers: - url: http://localhost:8888 description: Local Jupyter Server tags: - name: Jupyter Server REST API paths: /api/: get: summary: Get server version operationId: getServerVersion responses: '200': description: OK content: application/json: schema: type: object tags: - Jupyter Server REST API x-generated-from: https://jupyter-notebook.readthedocs.io/en/stable/rest_api.html x-generated-by: claude-crawl-2026-05-08