# List sexes Returns a paginated list of Sexes for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/sex 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", "abbreviation", "name" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `abbreviation` (string) Short code or abbreviation for the sex (e.g., M, F, U). - `isActive` (boolean) Whether this sex option is active and should be available for selection. - `isDesexed` (boolean) Indicates whether this sex classification implies desexing (e.g., neutered male). - `name` (string) Human-readable name of the sex (e.g., Male, Female, Unknown). ## Response 200 fields ## Response 401 fields