Get a customer's report
GET/api/v1/customers/:id/reports/:reportID
Returns the full content of one report: per-category axes scores, biomarker results with ranges and history, suggestions, wearable data, collection/result dates under details, and any lab processing issues (e.g. hemolysis or QNS — quantity not sufficient). id accepts the customer ID or your external_id; reportID is the kit ID. List a customer's report IDs with GET /api/v1/customers/{id}.
Request
Responses
- 200
- 404
Customer report retrieved successfully
Report not found