Jobs
Fetch a job
Fetch an existing job given its UUID.
GET
/
transform
/
v1
/
jobs
/
{id}
Path Parameters
id
string
requiredID of the job to fetch.
Response
200 - application/json
attachments
object[]
Any attachments that have been generated while processing the job in the workflow will be here.
completed_at
string
When this job was completed, will be nil if still ongoing.
created_at
string
When the job was created.
envelope
object
Raw JSON data of the complete GOBL Envelope.
faults
object[]
Array of fault objects that represent errors that occurred during the processing of the job.
id
string
The UUIDv1 (other versions not supported) of the job
intents
object[]
Array of intent objects following the execution of each of the steps of the associated workflow.
silo_entry_id
string
status
string
Last known status text for this job.
tags
string[]
Any tags that may be useful to be associated with the job.
updated_at
string
When the job was last updated.
workflow_id
string