Skip to main content
GET
List notes

Authorizations

Authorization
string
header
required

API key starting with owk_live_ (personal) or ow_wks_live_ (workspace — see space_id on the Notes/Folders endpoints below)

Query Parameters

limit
integer
default:50

Number of notes to return.

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response.

folder_id
string<uuid>

Filter by folder ID.

space_id
string<uuid>

Team space ID. Required when authenticating with a workspace key (ow_wks_live_); must be omitted for personal keys. See /api/workspace-keys.

Response

Paginated list of notes.

data
object[]
has_more
boolean
next_cursor
string | null