API Process
Get Aggregated Summaries
Returns a single JSON object containing all document summaries for this run. If only one document was processed, returns its summary directly. If multiple documents were processed, returns a map of [filename: summary_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": {} } ]}Get Aggregated Extractions GET
Returns a single JSON object containing all document extractions for this run. If only one document was processed, returns its extraction directly. If multiple documents were processed, returns a map of [filename: extraction_result].
Read Process Run GET
Fetch the current state of a process run. When `wait` is set, long-poll up to that many seconds for terminal state.