---
title: "Notebook detail"
method: GET
path: "/notes/~/v1/notebooks/{host}/{name}"
---

# Notebook detail

`GET /notes/~/v1/notebooks/{host}/{name}`

## Path parameters

- `host` string, required
- `name` string, required

## Response `200`

Notebook detail

- NotebookSummary
  - `host` string, required
  - `flagName` string, required
  - `notebook` Notebook, required
    - `id` integer, required
    - `title` string, required
    - `rootFolderId` integer, required — Id of the notebook's root folder. Pass this as `parent` when creating a folder/note at the top level. Equal to `id + 1`.
    - `createdBy` string, required
    - `createdAt` integer, required — Unix seconds
    - `updatedAt` integer, required
    - `updatedBy` string, required
  - `visibility` 'public' | 'private', required

## Other responses

- `401` — Unauthorized
- `404` — Notebook not found / caller not a member

---

[API](https://skmtc.dev/tloncorp/apis/notes-v1-http-api.md) · [All operations](https://skmtc.dev/tloncorp/apis/notes-v1-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tloncorp/notes-v1-http-api/revisions/9beef8e14823/schema)
