v1

latestOpenAPI 3.1.02026-07-17186070.1 KB

List notebooks

All notebooks the authenticated identity can view (hosted or subscribed). Same data as the /x/v0/notebooks scry, but honors X-Api-Key so a bot can read without a session cookie.

get/notes/~/v1/notebooks

Response

Notebook summaries

hoststring required
flagNamestring required
visibility'public' | 'private' required

Example response

[
  {
    "host": "~zod",
    "flagName": "my-notebook-1"
  }
]