...
Each trace has these properties:
cty | Always "job" | string |
cmidtraceid | The ID of the trace. intThe format is "c229", "s9938" | string |
txt | Optional message with the trace. Typically used with traces that are messages. | string |
loc | The locale to which the comment is attached. This can be a source or target locale. | string |
loct | The language name. | string |
dt | The date of the trace. | datetime |
uid | The user who triggered this event. Null if the user was deleted. | int? |
tsk | The task code to which this event is attached: RV, TR, PROOF | string |
tskt | The task name. | string |
status | The job status at the time. Numeric status, see Job Status | int |
statust | The job status title. | string |
jid | The string job id to which this trace refers. | string |
edit | True if the user is allowed to edit or delete the item. False, if no change is permitted. | bool |
...