Hi,
I am getting the following error for the mutatejobservice. I am using the python API.
Server raised fault: '[BulkMutateJobError.CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB @ selector.jobIds]'
My selector contains a list of jobs.
selector = {
'xsi_type': 'BulkMutateJobSelector',
'jobIds': job_ids
}
result_response = mutate_job_service.getResult(selector)
Below is my selector.
{'jobIds': [-8620061152442875448, 7049546730600769722, 4673550474990727926, 1403356473547140064, -1984783493825385012], 'xsi_type': 'BulkMutateJobSelector'}
How do i return the result for all the jobs in the selector? Also can you give me a code snippet to get the errors in the result as a list?
Thanks,
Sri