get https://baseApiUrl/api/v2/activity/activityLog
Use this resource to request log information for completed jobs from the Monitor service. You can also request error logs and session logs.
To request a specific batch of audit log entries, define the batch size and request a batch number with the following URI.
/api/v2/auditlog?batchId=<batchId>&batchSize=<batchSize>
Example
/api/v2/auditlog?batchId=1&batchSize=20