Retrieve the status and download URL for a biomechanics analysis report.
Request Parameters
| Parameter | Type | Required | Description |
|---|
reportId | string | Yes | Report ID from CreateReport response |
Response
| Field | Type | Description |
|---|
reportId | string | Report identifier |
status | string | Current status (see below) |
reportUrl | string | Download URL (only when status is "completed") |
occupantId | string | Occupant identifier |
occupantName | string | Occupant name for reference |
Status Values
pending - Report queued for processing
processing - Analysis in progress
completed - Report ready for download
failed - Analysis failed (contact support)
Examples