# List diagnostic results Returns a paginated list of Diagnostic Results for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/diagnostic-result 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", "externalLink", "outcome", "referenceNumber", "resultedAt", "specifics" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `animalId` (string) Animal (patient) identifier. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string) Related consultation identifier. Example: "123e4567-e89b-12d3-a456-426614174000" - `contactId` (string) Owner/client contact identifier, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `diagnosticRequestId` (string) Identifier of the originating diagnostic request/order. Example: "123e4567-e89b-12d3-a456-426614174000" - `externalLink` (string) External URL to full report or lab portal, if available. - `isActive` (boolean) Whether this diagnostic result is active/valid. - `outcome` (string) High-level outcome or summary of the diagnostic result. - `ownershipId` (string) Owning organization or practice identifier, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `referenceNumber` (string) External or human-readable reference number for this result. - `specifics` (string) Free-text notes or specifics about the diagnostic result. - `supplierId` (string) External laboratory or supplier identifier, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `vetId` (string) Veterinarian responsible for the diagnostic result. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields