# List external hotlinks Returns a paginated list of External Hotlinks for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/external-hotlink 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", "description", "resourceType", "url" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `description` (string) Human-readable description or label for the hotlink. - `resourceId` (string) Identifier of the resource this hotlink is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `resourceType` (string) Type of resource this hotlink is associated with (e.g., animal, contact, invoice). - `status` (string) Lifecycle status of the external hotlink. Enum: "active", "inactive" - `url` (string) Target URL of the external hotlink. ## Response 200 fields ## Response 401 fields