---
title: "Get the notebook content (ipynb JSON) of the case template"
method: GET
path: "/cases/templates/{case_template_id}/notebook"
tags: ["cases"]
---

# Get the notebook content (ipynb JSON) of the case template

`GET /cases/templates/{case_template_id}/notebook`

## Path parameters

- `case_template_id` string, required

## Response `200`

Succeeded

- object — Notebook content of a case template.
  - `data` object, required
    - `notebook_content` object, required — Initial notebook (ipynb JSON); code cell outputs are stripped server-side

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
