---
title: "Get Team Lab Accounts"
method: GET
path: "/v3/lab_test/lab_account"
tags: ["lab_account"]
---

# Get Team Lab Accounts

`GET /v3/lab_test/lab_account`

## Query parameters

- `lab_account_id` string, uuid, nullable
- `status` 'active' | 'pending' | 'suspended' | 'ready_to_launch' — ℹ️ This enum is non-exhaustive.

## Response `200`

Successful Response

- GetTeamLabAccountsResponse
  - `data` ClientFacingLabAccount[]
    - `id` string, uuid, required
    - `lab` 'ayumetrix' | 'spiriplex' | 'ussl' | 'quest' | 'sonora_quest' | 'labcorp' | 'bioreference' | 'us_biotek' | 'manual' | 'sanocardio' | 'ihd' | 'nexus' | 'my_uti' | 'crl' | 'mtl', required — ℹ️ This enum is non-exhaustive.
    - `org_id` string, uuid, nullable
    - `status` 'active' | 'pending' | 'suspended' | 'ready_to_launch', required — ℹ️ This enum is non-exhaustive.
    - `delegated_flow` 'order_delegated' | 'result_delegated' | 'fully_delegated' | 'not_delegated', required — Describes which parts of the lab testing flow are delegated to the customer. - ORDER_DELEGATED: Ordering using client's physicians, critical result follow up via Junction - RESULT_DELEGATED: Ordering using Junction's Physician Network, critical results handled by client - FULLY_DELEGATED: Order and critical results handled by client - NOT_DELEGATED: Junction handles both ordering and results ℹ️ This enum is non-exhaustive.
    - `provider_account_id` string, required
    - `account_name` string, nullable
    - `default_clinical_notes` string, nullable
    - `business_units` string[], nullable
    - `allowed_billing` object, required
    - `team_id_allowlist` string[], required

## Other responses

- `422` — Validation Error

---

[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/034402e2bbe3/schema)
