# List Configurations List all existing configurations for compliance list screening. Endpoint: GET /configurations/compliancelistsscreening Version: 2 Security: apiKey ## Query parameters: - `startAfter` (string) Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response. Example: "NjI4ZGNkZjAzYjlkMjY4NjhlNjQxNDRm" - `limit` (integer) Number of resources to be returned on the page. Example: "200" - `defaultConfiguration` (boolean) Limit search to configurations with provided default flag value. If left empty, all configurations will be returned. 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) - `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:40Z" - `values.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-27T14:26:40Z" - `values.createdBy` (string) Creator of a resource. Example: "76248934691294444"