# List Lookup Features Retrieve a list of available features for lookup settings. Endpoint: GET /configurations/augmentation/lookup/features Version: 2 Security: apiKey ## Query parameters: - `page` (integer) Page number. Example: "1" - `pageSize` (integer) Page size. Example: "100" ## Response 200 fields (application/json): - `pageSize` (integer) Number of items per page. Example: "100" - `total` (integer) Total number of items which can be paged. Example: "67" - `page` (integer) Current page number. Example: "1" - `values` (array) List of lookup features. - `values.technicalKey` (string) A feature for lookup. List of available lookup features is available under (List lookup features)[https://developer.cdq.com/reference-docs/data-clinic/tag/Configuration/#tag/Configuration/paths/~1configurations~1augmentation~1lookup~1features/get]. Example: "CURATE_REQUEST"