Get Paginated Lab Tests For Team
GET lab tests the team has access to as a paginated list.
Query parameters
The cursor for fetching the next page, or null to fetch the first page.
The lab account ID. This lab account is used to determine the availability of markers and lab tests.
The lab account ID. This lab account is used to determine the availability of markers and lab tests.
ℹ️ This enum is non-exhaustive.
Filter on whether auto-generated lab tests created by Vital, manually created lab tests, or all lab tests should be returned.
Filter by the slug of the lab for these lab tests.
Filter by the slug of the lab for these lab tests.
The method used to perform a lab test. ℹ️ This enum is non-exhaustive.
Filter by the collection method for these lab tests.
ℹ️ This enum is non-exhaustive.
Filter by the status of these lab tests.
Filter to only include lab tests containing these marker IDs.
Filter to only include lab tests containing these marker IDs.
Filter to only include lab tests containing these provider IDs.
Filter to only include lab tests containing these provider IDs.
Filter by the name of the lab test (a case-insensitive substring search).
Filter by the name of the lab test (a case-insensitive substring search).
Response
Successful Response
Example response
{
"data": [
{
"lab_test": {
"description": "Cholesterol test",
"fasting": false,
"has_collection_instructions": false,
"is_delegated": false,
"lab": {
"city": "New York",
"first_line_address": "123 Main St",
"name": "US Specialty Lab",
"slug": "USSL",
"zipcode": "10001"
},
"markers": [
{
"description": "Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.",
"id": 1,
"lab_id": 1,
"name": "Hemoglobin A1c",
"price": "10.00",
"provider_id": "1234",
"slug": "hemoglobin-a1c",
"type": "biomarker",
"unit": "%"
}
],
"method": "testkit",
"name": "Lipids Panel",
"price": 10,
"sample_type": "dried blood spot",
"status": "active"
}
}
]
}