curl --request GET \ --url https://operator.opus.com/job/{YOUR_JOB_EXECUTION_ID}/audit \ --header 'x-service-key: {YOUR_SERVICE_KEY}'
{ "jobExecutionId": "{JOB_EXECUTION_ID}", "auditTrail": [ { "timestamp": "{TIMESTAMP}", "actor": "{ACTOR}", "action": "{ACTION}" } ] }
Retrieve a detailed, timestamped log of all actions during job execution
Show Audit Entry Structure
SYSTEM
Was this page helpful?