internal

Post Compliance Feedback Report

Enqueue compliance feedback analysis for a company (optional team).

Inserts a pending admin_compliance_feedback_reports row and fires ComplianceFeedbackReportWorkflow (Hatchet). Poll GET .../feedback/report/{report_id} until completed/failed. Same Claude logic as python -m backend.helpers.compliance_feedback_analysis.

post/internal/reliability/marketing/feedback/report

Request body

company_idstring uuid required
team_idstring uuid nullable
lookbackstring
comments_onlyboolean
email_on_completionboolean

Response

Successful Response

report_idstring uuid required
status'pending' | 'completed' | 'failed'

Lifecycle of an admin compliance-feedback report job.

Changes

No recorded changes to this endpoint across all 1 revision of this API.