| id |
string |
The unique identifier for the job. |
| mode |
string |
The mode of the job. |
| type |
string |
The type of the job. |
| status |
integer |
The status code of the job. 0 = Active/Queued, 1 = Complete, 2 = Cancelled. |
| progress |
integer |
The progress of the job as a percentage. |
| createdAt |
string |
The date and time the job was created. |
| startedAt |
string |
The date and time the job started running. |
| endedAt |
string |
The date and time the job finished. |
| finishCode |
integer |
The completion code. 0 = success, 1 = error, 2 = cancelled. |
| title |
string |
A description of what the job is doing. |
| subtitle |
string |
Additional detail about the job. |
| statusNotes |
object |
|
| extractRefreshJob |
object |
|