| id |
string |
The activity log entry ID. |
| type |
string |
The type of activity. |
| objectId |
string |
The ID of the task or object. |
| objectName |
string |
The name of the task or object. |
| runId |
integer |
The job run ID. |
| agentId |
string |
The Secure Agent that ran the job. |
| runtimeEnvironmentId |
string |
The runtime environment used. |
| startTime |
string |
The time the job started. |
| endTime |
string |
The time the job completed. |
| state |
integer |
The job execution state. Common values are 1 (success), 2 (warning), 3 (error). |
| failedSourceRows |
integer |
The number of source rows that failed. |
| successSourceRows |
integer |
The number of source rows processed successfully. |
| failedTargetRows |
integer |
The number of target rows that failed. |
| successTargetRows |
integer |
The number of target rows written successfully. |
| totalSuccessRows |
integer |
The total number of rows processed successfully. |
| totalErrorRows |
integer |
The total number of rows that encountered errors. |
| errorMsg |
string |
The error message if the job failed. |
| startedBy |
string |
The user who started the job. |
| runContextType |
string |
The context in which the job was run (e.g., API, SCHEDULER, UI). |
| entries |
array |
Sub-entries for multi-step jobs. |