Skip to main content
GET
List clinical notes

Authorizations

X-API-Key
string
header
required

API key obtained from /api/v1/ext-api-keys

Query Parameters

page
string
default:1
Example:

"1"

limit
string
default:20
Example:

"20"

patient_id
string

Filter by patient ID.

Example:

"481926357104938271"

session_id
string

Filter by session ID.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

template_id
string

Filter by the template the note was generated from.

created_by
string

Filter by authoring clinician (must be a member of your org).

note_type
string

Filter by note type.

Example:

"clinical_visit"

from
string

Only notes created on/after this date (ISO 8601).

Example:

"2026-01-01"

to
string

Only notes created on/before this date (ISO 8601).

Example:

"2026-06-30"

Response

Paginated list of notes

data
object[]
required
meta
object
required