# List health statuses Returns a paginated list of Health Statuses for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/health-status 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", "cervixCytologyScore", "cervixTone", "notes", "recordedAt", "uterineCytologyScore", "uterineEdema", "uterineTone" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `animalId` (string) Identifier of the animal this health status belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `attitude` (string) General attitude/mentation. Enum: "bar", "qar", "comatose", "sleeping", "vocalising", "sedate" - `capillaryRefillTime` (string) Capillary refill time category. Enum: "lt_1_sec", "between_1_and_2_sec", "gt_2_sec" - `consultId` (string) Identifier of the consult/visit associated with this health status. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether this health status record is currently active. - `isPregnant` (boolean) Pregnancy status, if assessed. - `mucousMembraneColor` (string) Mucous membrane color/character. Enum: "blue", "grey", "white", "pale", "yellow", "pigmented", "tacky", "pale_pink", "pink", "injected", "red" - `notes` (string) Free-text clinical notes related to this health status. - `pulseQuality` (string) Pulse quality assessment. Enum: "bounding", "normal", "fair", "difficult_to_palpate", "weak", "no_pulse_detected", "dropped_pulse" - `respiratoryEffort` (string) Respiratory effort assessment. Enum: "normal", "laboured_breathing", "shallow" - `uterineCystLocation` (string) Location of uterine cysts, if present. Enum: "body", "left_horn", "right_horn", "negative" - `uterineFluid` (string) Presence of uterine fluid. Enum: "positive", "negative" ## Response 200 fields ## Response 401 fields