# Labs Lab test component retrieval endpoints ## List labs - [GET /partner/v2/account/{accountId}/location/{locationId}/lab](https://lobbie-partner.redocly.app/openapi/labs/listlabs.md): Retrieve lab orders and results for the location. Supports filtering by patient, status, and date range. ## Get lab by ID - [GET /partner/v2/account/{accountId}/location/{locationId}/lab/{labId}](https://lobbie-partner.redocly.app/openapi/labs/getlab.md): Retrieve detailed information about a lab including all test panels and components. ## List test components for lab - [GET /partner/v2/account/{accountId}/location/{locationId}/lab/{labId}/test-component](https://lobbie-partner.redocly.app/openapi/labs/listtestcomponents.md): Retrieve all test components (results) for the specified lab. ## Get test component by ID - [GET /partner/v2/account/{accountId}/location/{locationId}/lab/{labId}/test-component/{componentId}](https://lobbie-partner.redocly.app/openapi/labs/gettestcomponent.md): Retrieve detailed information about a specific test component.