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
{
  "data": [
    {
      "id": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
      "filename": "intake_form_maria_santos.pdf",
      "file_type": "pdf",
      "file_size": 245760,
      "public_url": "<string>",
      "upload_date": "2026-03-20T11:15:00.000Z",
      "status": "pending"
    }
  ]
}

Path Parameters

patientId
string
required

Patient ID

Example:

"1743552000000"

Response

List of documents

data
object[]
required