...
id | The ID of the trace. | int |
job | The job to which this trace refers to. See properties below. | object |
origin | The origin of the trace: The person who triggered it. This may be the person assigned to the job, or the manager or someone else. booladded a message or made a status change. | object? |
date | The date of the trace. | datetime |
msg | Optional message with the trace. Typically used with traces that are messages. | string |
status | The job status at the time. Numeric status, see Job Status | int |
statust | The job status title. | string |
...