Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

note_id
string<uuid>
required

UUID of the source note. The caller must be able to access this note.

Query Parameters

limit
integer
default:10

Maximum number of related notes to return. Default is 10; valid range is 1 to 20.

Required range: 1 <= x <= 20

Response

200 - application/json

OK

request_id
string
required

Identifier for this API request. Useful for tracing and support.

results
RelatedNoteItemResponseSchema · object[]
required

Related notes ordered by vector similarity.

total
integer
required

Number of related notes returned.