Skip to main content
GET
List recalls

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Query Parameters

status
string

Filter by recall status (e.g. OPEN, CLOSED).

Example:

"OPEN"

patient_mrn
string

Filter to a single patient's recalls by MRN.

Example:

"12345"

patient_name
string

Filter by patient name (case-insensitive partial match). A lookup helper when the MRN is not known.

Example:

"Jane Doe"

start_date
string

Only recalls due on/after this date (YYYY-MM-DD).

Example:

"2026-08-01"

end_date
string

Only recalls due on/before this date (YYYY-MM-DD).

Example:

"2026-09-01"

Response

Recalls for the account

success
boolean
required
data
object[]
required