Get Invoice V2 Job Result
GET/invoice-v2/jobs/:job_id
Get an invoice V2 job's status and (when completed) its result envelope.
result is null while the job is non-terminal or failed. config
echoes the config snapshot pinned at job creation (name reflects the
config's current name; null if it was deleted).
result.compliance carries the legal-compliance verdict (DE/AT
Pflichtangaben): the overall status, the applied jurisdiction, and
the findings naming the offending extraction-schema field. It is
null when the compliance check did not run or failed.
The verdict is a heuristic completeness check of the formal mandatory invoice fields (§ 14 Abs. 4 UStG / § 11 UStG) derived from the extracted data — not legal advice. It does not recompute totals or tax amounts, and does not validate e-invoicing formats (EN 16931 / XRechnung / ZUGFeRD).
Request
Responses
- 200
- 401
- 403
- 404
Invoice V2 job status and result
Unauthorized
Forbidden
Not Found