---
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

## Changes

- **2026-07-27** `64be1c18bd72` — 1 info
  - added the optional property `items/logo_url` to the response with the `200` status

[Change history](https://skmtc.dev/tryvital/apis/junction-api/changes/v3/lab_tests/labs/get.md)

---

[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/3b3c75cedec9/schema)
