# ai_mentor_orgs_users_moderation_logs_retrieve Endpoint to view and delete Moderation Logs for a tenant. These can be filtered by username, platform_key and mentor id A search query can be conducted to search through the prompts and reason for the moderation catch event. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/moderation-logs/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this moderation log. - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `username` (string) - `platform_key` (string, required) - `mentor` (integer, required) - `prompt` (string, required) - `reason` (string, required) - `target_system` (string) * - Safety System * - Moderation System Enum: "Safety System", "Moderation System" - `date_created` (string, required)