Get Available Tests
GET lab tests the team has access to as a paginated list.
Authorizations
Vital Team API Key
Query Parameters
The cursor for fetching the next page, or null
to fetch the first page.
Filter on whether auto-generated lab tests created by Vital, manually created lab tests, or all lab tests should be returned.
auto
, manual
, all
Filter by the slug of the lab for these lab tests.
Filter by the collection method for these lab tests. The method used to perform a lab test. ℹ️ This enum is non-exhaustive.
testkit
, walk_in_test
, at_home_phlebotomy
, on_site_collection
Filter by the status of these lab tests. ℹ️ This enum is non-exhaustive.
active
, pending_approval
, inactive
Filter to only include lab tests containing these marker IDs.
Filter to only include lab tests containing these provider IDs.
Filter by the name of the lab test (a case-insensitive substring search).
price
, created_at
, updated_at
asc
, desc
Response
Successful Response
The response is of type object
.