# List Augmentation Configurations Read augmentation configurations of this workspace. Endpoint: GET /configurations/augmentation Version: 2 Security: apiKey ## Query parameters: - `startAfter` (string) Pagination parameter for determining next page. Example: "5712566172571652" - `limit` (integer) Size of the page. Example: "100" - `defaultConfiguration` (boolean) Is default workspace configuration of given type. Example: true ## Response 200 fields (application/json): - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652" - `total` (integer) Total number of items which can be paged. Example: "67" - `values` (array) List of augmentation configurations. - `values.id` (string) Uniquely identifies a configuration. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `values.name` (string) Display name for a configuration. Example: "Client configuration." - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-27T14:26:38Z" - `values.createdBy` (string) Creator of a resource. Example: "76248934691294444" - `values.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-27T14:26:38Z"