Skip to main content
GET
List Lead Notes
Safety and behavior notes
  • Lead notes can contain personal or operational data and must be handled as tenant-confidential content.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Lead id. The parent public router validates this parameter before the inline note route.

Query Parameters

ai_visible
enum<string>

Case-insensitive true/false filter; anything else returns 400.

Available options:
true,
false
limit
string

parseInt-style value; default 50, clamped to 1..200. Invalid/zero becomes 50.

offset
string

parseInt-style value; default 0, clamped to >=0. Invalid/negative becomes 0.

Response

Notes newest first. No total/limit/offset fields are returned.

success
enum<boolean>
required
Available options:
true
notes
object[]
required
Last modified on September 8, 2026