# List standard diagnostic lab reports Returns a paginated list of Standard Diagnostic Lab Reports for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/standard-diagnostic-lab-report Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "accessionNumber", "collectedAt", "conclusion", "orderedAt", "receivedAt", "recommendations", "reportedAt" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `accessionNumber` (string) Laboratory accession or case number assigned by the performing lab. - `animalId` (string) Reference to the animal this lab report is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `clientProvidedId` (string) Optional client-supplied identifier used for idempotency or cross-system correlation. Example: "123e4567-e89b-12d3-a456-426614174000" - `conclusion` (string) Overall textual conclusion or summary from the lab. - `encounterId` (string) Reference to the clinical encounter or visit during which this lab report was ordered or reviewed. Example: "123e4567-e89b-12d3-a456-426614174000" - `orderId` (string) Reference to the associated diagnostic order, if tracked separately. Example: "123e4567-e89b-12d3-a456-426614174000" - `orderingVeterinarianId` (string) Reference to the veterinarian who ordered the diagnostic test(s). Example: "123e4567-e89b-12d3-a456-426614174000" - `performingLabOrganizationId` (string) Reference to the external or internal laboratory organization that performed the tests. Example: "123e4567-e89b-12d3-a456-426614174000" - `recommendations` (string) Recommendations or comments from the lab regarding follow-up or interpretation. - `reportStatus` (string) Overall status of the lab report. Enum: "registered", "partial", "final", "corrected", "cancelled", "entered-in-error" - `requestingClinicId` (string) Reference to the clinic or practice that requested the lab work. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields