Request
The id returned when the job was started. Jobs are tenant-scoped — an id
belonging to another tenant returns
404.Response
"parse", "ground", or "categorize".Populated only when
status is "succeeded". A tagged union on
result_type — the shape is documented on each method page:
parse, ground,
categorize. Artifact URLs inside the
result are freshly signed on every read (valid 1 h), so re-fetching the job
is the way to get a new download link.Populated only when
status is "failed": { "code": "...", "message": "..." }.
Cancelled jobs carry code: "cancelled".Example
Running