# List contact details Returns a paginated list of Contact Details for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/contact-detail 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", "value", "valueCleaned" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `contactId` (string) Identifier of the contact this detail belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether this contact detail is currently active. - `isPreferred` (boolean) Whether this is the preferred contact detail of its type for the contact. - `name` (string) Label or type name for the contact detail (e.g. 'Home phone', 'Email'). - `value` (string) Raw value of the contact detail (e.g. phone number, email address). - `valueCleaned` (string) System-normalized representation of the value, if available. ## Response 200 fields ## Response 401 fields