# List Fetch Features Retrieve a list of available features for fetch settings. Endpoint: GET /configurations/augmentation/fetch/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 fetch features. - `values.technicalKey` (string) A feature for fetch. Example: "FORCE_EXTERNAL_CALL"