# List physical exams Returns a paginated list of Physical Exams for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/physical-exam 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", "comments", "examinedAt" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `animalId` (string) Identifier of the animal that this physical exam pertains to. Example: "123e4567-e89b-12d3-a456-426614174000" - `comments` (string) Free-text comments or findings from the physical exam. - `consultId` (string) Identifier of the consult/visit associated with this physical exam. Example: "123e4567-e89b-12d3-a456-426614174000" - `historicalRecordId` (string) Identifier linking this record to a historical record in the source system. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether this physical exam record is active. - `vetId` (string) Identifier of the veterinarian who performed or recorded the exam. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields