Skip to main content
GET
Get exam by ID

Authorizations

x-daai-api-key
string
header
required

API key for authentication

Headers

x-daai-professional-id
string
required

Professional ID responsible for processing the exams

Path Parameters

EXAM_ID
string
required

Unique exam ID

Response

Exam found successfully

id
string
required

Unique exam ID

Example:

"rnq71oedacu1ieqmpc80yu3x"

status
enum<string>
required

Processing status

Available options:
pending,
in-progress,
completed,
failed
Example:

"completed"

metadata
object
required

Exam metadata as sent in the request

Example:
content
object
required

Processed exam content with flexible structure. The schema varies by exam type and may include:

  • date: Exam date
  • tests: Array with test results
  • exam_type: Type of exam
  • patient_name: Patient name
  • Other fields specific to the exam type