# List diagnostic requests Returns a paginated list of Diagnostic Requests for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/diagnostic-request 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", "referenceNumber", "requestedAt", "specifics" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `animalId` (string) Animal for which the diagnostics are requested. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string) Consult/visit associated with this diagnostic request. Example: "123e4567-e89b-12d3-a456-426614174000" - `contactId` (string) Owner or client contact associated with the request. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether the diagnostic request is currently active. - `ownershipId` (string) Ownership or billing entity associated with the request. Example: "123e4567-e89b-12d3-a456-426614174000" - `referenceNumber` (string) External or practice-specific reference number for the diagnostic request. - `specifics` (string) Free-text details or instructions for the diagnostic request. - `status` (string) Status of the diagnostic request. Enum: "draft", "requested", "in-progress", "completed", "cancelled", "entered-in-error", "unknown" - `supplierId` (string) External laboratory or supplier handling the diagnostics. Example: "123e4567-e89b-12d3-a456-426614174000" - `vetId` (string) Veterinarian responsible for the diagnostic request. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields