---
title: "Get Lab Test Result Metadata"
method: GET
path: "/v3/order/{order_id}/result/metadata"
tags: ["order"]
---

# Get Lab Test Result Metadata

`GET /v3/order/{order_id}/result/metadata`

Return metadata related to order results, such as lab metadata,
provider and sample dates.

## Path parameters

- `order_id` string, uuid, required

## Response `200`

Successful Response

- LabResultsMetadata
  - `age` string, required
  - `dob` string, required
  - `clia_#` string, nullable
  - `patient` string, required
  - `provider` string, nullable
  - `laboratory` string, nullable
  - `date_reported` string, required
  - `date_collected` string, nullable
  - `specimen_number` string, required
  - `date_received` string, nullable
  - `status` string
  - `interpretation` string, nullable
  - `patient_id` string, nullable
  - `account_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryvital/apis/junction-api.md) · [All operations](https://skmtc.dev/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/41d2df33953d/schema)
