Get test prices by provider
labloop_get_test_providersRetrieve test centers and prices for a given test ID, sorted cheapest first. Use an exact test ID from a prior search to compare provider costs.
Instructions
Get the test centers offering a test and their prices, cheapest first.
Returns {status, testId, testName, currency, providers: [{provider, price}]}, or {status: "invalid_test_id"} if the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes | The exact 'id' value (e.g. 'tst-cbc-basic') copied from a prior labloop_find_test or labloop_list_tests result. Never a test name or abbreviation such as 'PSA'. If no id is visible in the conversation yet, call labloop_find_test first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||