Skip to main content
GET
Retrieve clinical and genetic lab results for a home kit order, along with document references for lab report PDFs. Results include planned tests (status planned) alongside received results, so you can track what is still pending. 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