# List User Feedbacks Read available Matching Decision Logs across your organization. Endpoint: GET /userfeedbacks Version: 2 Security: apiKey ## Query parameters: - `startAfter` (string) Indicator for the next page. Used together with nextStartAfter from the result. Example: "5712566172571652" - `limit` (integer) Number of items to be returned. Example: "100" ## Response 200 fields (application/json): - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `limit` (integer) Number of items per page. Example: "100" - `values` (array) List of matching decision logs. - `values.id` (string) Uniquely identifying ID of the decision log. Example: "65dcc3c60cecd503bcc88c92" - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `values.name` (string) Name of the decision log. Example: "decisionLogOne" - `values.organization` (string) Uniquely identifying ID of the organization. Example: "12345678-1234-5678-1234-567812345678" - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652"