Get exam by ID
Exams
Get exam by ID
Returns the details of a specific exam, including the processed content with structured results.
GET
Get exam by ID
Documentation Index
Fetch the complete documentation index at: https://documentation.doctorassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Headers
Professional ID responsible for processing the exams
Path Parameters
Unique exam ID
Response
Exam found successfully
Unique exam ID
Example:
"rnq71oedacu1ieqmpc80yu3x"
Processing status
Available options:
pending, in-progress, completed, failed Example:
"completed"
Exam metadata as sent in the request
Example:
{
"patient_id": "123456",
"exam_type": "blood_test"
}Processed exam content with flexible structure. The schema varies by exam type and may include:
date: Exam datetests: Array with test resultsexam_type: Type of exampatient_name: Patient name- Other fields specific to the exam type