solutions_backend.api.classification
Authenticated normalized-email classification endpoints.
Functions
classify_email
classify_email(intake: ClassificationIntake, runtime: AuthenticatedRuntime, response: Response) -> ClassificationWorkflowResult | ClassificationRunViewDurably classify one normalized email without mutating a WorkOrder.
get_classification_run
get_classification_run(classification_id: UUID, runtime: AuthenticatedRuntime) -> ClassificationRunViewReturn the safe durable state of one classification execution.