# List taxrates Returns a paginated list of Taxrates for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/taxrate 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", "code", "rate", "jurisdiction" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `code` (string) Human-readable tax code or label (e.g., 'GST', 'VAT15'). - `isActive` (boolean) Whether this tax rate is currently active and can be used for billing. - `jurisdiction` (string) Human-readable description of the tax jurisdiction or authority this rate applies to (e.g., 'NZ national', 'CA-ON provincial'). ## Response 200 fields ## Response 401 fields