Skip to main content
GET
Retrieve clinical and genetic lab results for a home kit order, along with document references for lab report PDFs. Every biomarker ordered for the kit appears in the response, so you can track the whole order rather than only what has come back. Read status on each result before using its value:
  • Tests still outstanding appear with status planned while the order is in_progress.
  • Results the lab delivered but that must not be used clinically appear with status fault or undeliverable, and carry a status_reason explaining why. A fault result still has its value populated — that value is wrong. Never present it as a finding.
Use Download Document to download lab report PDFs referenced in the documents array.

Request

Path parameters

string
required
Unique identifier (UUID) of the home kit order to retrieve results for.

Response

On success, the API returns 200 OK with the results object.
string
required
Overall results status. One of in_progress (some submissions still processing) or completed (all done).
object[]
required
Array of clinical biomarker results.
object[]
required
Array of genetic biomarker results.
object[]
required
Lab report documents. Use GET /api/v1/documents/{id} to download each file.

Error responses