# List Curation Profiles Retrieve a list of available profiles for curation settings. Endpoint: GET /configurations/augmentation/curation/profiles 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) - `values.features` (array) List of curation features. - `values.features.technicalKey` (string) A feature for curation. List of available curation features is available under (List curation features)[https://developer.cdq.com/reference-docs/data-clinic/tag/Configuration/#tag/Configuration/paths/~1configurations~1augmentation~1curation~1features/get]. Example: "ENRICH_IDENTIFIERS" - `values.technicalKey` (string) The profile for curation. List of available curation profiles is available under (List curation profiles)[https://developer.cdq.com/reference-docs/data-clinic/tag/Configuration/#tag/Configuration/paths/~1configurations~1augmentation~1curation~1profiles/get]. Example: "STANDARD"