Skip to main content
GET
List notes

Response

List of notes

id
string
required
title
string
required
body
string
required
pinned
boolean
required
project_id
string
required
external_id
string | null

Human-readable slug for the URL (/projects/<slug>/notes/<external_id>). Derived from title at create time and immutable. May be null on legacy rows pre-migration 102 - frontend falls back to id.

note_type
string | null
tags
string[]
created_at
string<date-time> | null
updated_at
string<date-time> | null