Skip to main content
GET
/
patients
/
{patientId}
/
documents
List patient documents
curl --request GET \
  --url https://api.healos.ai/ext-api/v1/patients/{patientId}/documents \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
      "filename": "intake_form_maria_santos.pdf",
      "file_size": 245760,
      "public_url": "<string>",
      "upload_date": "2026-03-20T11:15:00.000Z",
      "external_id": "PARTNER-DOC-456"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.healos.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

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

Path Parameters

patientId
string
required

Patient ID

Example:

"1743552000000"

Query Parameters

external_id
string

Look up a single document by caller-supplied external_id.

Example:

"PARTNER-DOC-456"

Response

List of documents

data
object[]
required