Jobs
Fetch a job
Fetch an existing job given its UUID.
GET
/
transform
/
v1
/
jobs
/
{id}
Path Parameters
ID of the job to fetch.
Response
200 - application/json
Any attachments that have been generated while processing the job in the workflow will be here.
When this job was completed, will be nil if still ongoing.
When the job was created.
Raw JSON data of the complete GOBL Envelope.
Array of fault objects that represent errors that occurred during the processing of the job.
The UUID v7 or v1 of the job
Array of intent objects following the execution of each of the steps of the associated workflow.
Last known status text for this job.
Any tags that may be useful to be associated with the job.
When the job was last updated.