API Process
Get Aggregated Classifications
Returns a single JSON object containing all document classifications for this run. If only one document was processed, returns its classification directly. If multiple documents were processed, returns a map of [filename: classification_result].
Path Parameters
run_id*Run Id
Format
uuidworkspace_id*Workspace Id
Format
uuidResponse Body
application/json
application/json
{ "data": { "invoiceNumber": "INV-2026-001", "totalAmount": 1500.5 }, "status": "ok"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}