# List animal colours Returns a paginated list of Animal Colours for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/animal-colour 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", "name" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `isActive` (boolean) Whether this colour is active and selectable in the system. - `name` (string) Human-readable name of the animal colour (e.g., 'Black', 'Chestnut'). ## Response 200 fields ## Response 401 fields