# Read User Feedback Read Matching Decision Logs details provided by ID. Endpoint: GET /userfeedbacks/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) ID of the Matching Decision Log. Example: "9cfa14e7-51f5-4490-88e4-667501575b41" ## Response 200 fields (application/json): - `matchingDecisionLog` (object) Decision Log made during data matching. - `matchingDecisionLog.id` (string) Uniquely identifying ID of the decision log. Example: "65dcc3c60cecd503bcc88c92" - `matchingDecisionLog.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `matchingDecisionLog.name` (string) Name of the decision log. Example: "decisionLogOne" - `matchingDecisionLog.organization` (string) Uniquely identifying ID of the organization. Example: "12345678-1234-5678-1234-567812345678" - `status` (string) status: * - Decision log has been fetched successfully * - Decision log does not exist Example: "OK" - `message` (string) Message of the status. Example: "Decision log has been fetched successfully"