{ "operationId": "getActivityLog", "method": "GET", "path": "/saas/api/v2/activity/activityLog", "summary": "Informatica Retrieve Activity Log Entries for Jobs", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getactivitylog200Example", "example": [ { "id": "abc123", "type": "example_value", "objectId": "500123", "objectName": "example_value", "runId": "500123", "agentId": "500123", "runtimeEnvironmentId": "500123", "startTime": "2026-01-15T10:30:00Z", "endTime": "2026-01-15T10:30:00Z", "state": 10, "failedSourceRows": 10, "successSourceRows": 10, "failedTargetRows": 10, "successTargetRows": 10, "totalSuccessRows": 10, "totalErrorRows": 10, "errorMsg": "example_value", "startedBy": "example_value", "runContextType": "example_value", "entries": [ {} ] } ] }, { "status": "401", "contentType": "application/json", "name": "Getactivitylog401Example", "example": { "@type": "example_value", "statusCode": 10, "message": "example_value", "description": "A sample description.", "requestId": "500123" } } ] }