---
title: "List Lab Vendors"
method: GET
path: "/api/2.0/lab_vendors/"
tags: ["Lab Vendors"]
---

# List Lab Vendors

`GET /api/2.0/lab_vendors/`

Returns a list of lab vendors

## Query parameters

- `limit` integer
- `name` string[]
- `offset` integer
- `order_by` string
- `practice_created` integer[]

## Response `200`

- PaginatedLabVendorList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` LabVendor[], required
    - `bidi_connections` BiDiLabConnection[]
      - `alias` string, nullable — Get the alias of the connection.
      - `enabled` boolean — Get the enabled status of the connection.
      - `id` integer
      - `priority` integer
      - `protocol` string, nullable — Get the protocol of the connection.
    - `compendiums` LabOrderTestCompendium[], nullable
      - `code` string, nullable
      - `created_date` string, date-time, nullable
      - `deleted_date` string, date-time, nullable
      - `id` integer
      - `lab_vendor` integer, required
      - `last_updated` string, date-time
      - `name` string, required
    - `default_compendium` LabOrderTestCompendium — The serializer for LabOrderTestCompendium
      - `code` string, nullable
      - `created_date` string, date-time, nullable
      - `deleted_date` string, date-time, nullable
      - `id` integer
      - `lab_vendor` integer, required
      - `last_updated` string, date-time
      - `name` string, required
    - `display_name` string, required
    - `has_order_compendium` boolean
    - `has_test_compendium` boolean
    - `id` integer
    - `is_bidi` boolean
    - `is_in_house` boolean
    - `name` string, required
    - `orders_integration_available` boolean
    - `practice_created` integer, nullable
    - `results_integration_available` boolean

---

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