# List herds Returns a paginated list of Herds for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/herd 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", "estimatedCount" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `name` (string) Human-readable name or identifier for the herd. - `ownerId` (string) Reference to the contact who owns this herd. Example: "123e4567-e89b-12d3-a456-426614174000" - `locationId` (string) Reference to the primary location where the herd is kept. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether the herd is currently active. ## Response 200 fields ## Response 401 fields