GET/api/v1/classification/projects/{project_id}/stats🔒 Auth required
Classification accuracy metrics for a project
Path parameters
| Name | Type | Description |
|---|---|---|
| project_id | UUID | Target project ID |
Responses
200SuccessClassificationStatsResponse
{
"total_classified": "int",
"auto_classified": "int",
"manual_overrides": "int",
"avg_confidence": "float",
"by_method": { "str": "int" },
"by_bucket": { "str": "int" },
"by_doc_type": { "str": "int" }
}