# List countries Returns a paginated list of Countries for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/country 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", "name" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `code` (string) Country code, typically ISO 3166-1 alpha-2 or alpha-3. - `isActive` (boolean) Whether this country is active/usable in the system. - `name` (string) Localized display name of the country. ## Response 200 fields ## Response 401 fields