Skip to main content
GET
List a patient's chart documents

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Path Parameters

id
string
required

Patient ID

Query Parameters

kind
enum<string>

Filter to a single document kind.

Available options:
insurance_card,
identification,
prior_auth,
clinical,
other
Example:

"insurance_card"

updatedSince
string

Delta sync: only documents whose record changed at or after this instant (ISO 8601). Compared against updatedAt. Pair with includeDeleted=true to also learn about documents removed from the chart since the cursor — without it a delta poll reports additions and changes only.

Example:

"2026-08-01T00:00:00.000Z"

includeDeleted
boolean
default:false

Include documents that have since been removed from the EHR chart (they carry deletedFromEhrAt). Defaults to false: a removed document is normally noise, and because removal is the newest thing that happened to it, it would otherwise sort to the top of the list.

Example:

false

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required