---
title: "Get Labs"
method: GET
path: "/v3/lab_tests/labs"
tags: ["lab_tests"]
---

# Get Labs

`GET /v3/lab_tests/labs`

GET all the labs.

## Response `200`

Successful Response

- ClientFacingLab[]
  - `id` integer, required
  - `slug` string, required
  - `name` string, required
  - `first_line_address` string, required
  - `city` string, required
  - `zipcode` string, required
  - `collection_methods` LabTestCollectionMethod[], required
  - `sample_types` LabTestSampleType[], required
  - `logo_url` string, nullable

---

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