API ReferencePatients
List patients
Retrieve a paginated list of patients with optional filtering.
Retrieve a paginated list of patients with optional filtering.
Authorization
AuthorizationRequiredBearer <token>Use your API key (sk_live_* or sk_test_*) as the Bearer token.
In: header
Query Parameters
pageintegerPage number for pagination.
Default:
1limitintegerNumber of items per page.
Default:
25Maximum: 100searchstringSearch by name, email, phone, or joining code.
tagsstringComma-separated tag names to filter by.
patientTypestringValue in:
"prospect" | "patient" | "lead"patientStatusstringValue in:
"active" | "inactive" | "archived" | "discharged"dateFromstringFilter patients created on or after this date.
Format:
"date"dateTostringFilter patients created on or before this date.
Format:
"date"genderstringageMinintegerageMaxintegerhasEmailbooleanhasPhonebooleanriskLevelstringFilter by AI-classified risk level.
Value in:
"low" | "moderate" | "high" | "critical" | "unclassified"Paginated list of patients.