Skip to main content
GET
/
rest
/
consultations
/
{id}
/
notes
Get clinical notes
curl --request GET \
  --url https://mcp.arlohealth.ai/rest/consultations/{id}/notes \
  --header 'Authorization: Bearer <token>'
{
  "chiefComplaint": "<string>",
  "assessment": "<string>",
  "plan": "<string>",
  "summary": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Path Parameters

id
string
required

Consultation ID

Response

Clinical notes

chiefComplaint
string
assessment
string
plan
string
summary
string