GET/api/v1/classification/documents/{document_id}🔒 Auth required
Get the classification for a document
Path parameters
| Name | Type | Description |
|---|---|---|
| document_id | UUID | Document ID |
Responses
200SuccessClassificationResponse
{
"id": "UUID",
"document_id": "UUID",
"doc_type_id": "UUID",
"doc_type_name": "str | null",
"bucket": "str | null",
"confidence": "int",
"method": "str",
"is_manual_override": "bool",
"created_at": "datetime"
}