I am trying to fetch the data from Eloqua through bulk API 1.0 but I'm facing a problem, please follow my steps:
1) First I export the "syncedinstanceurl" from Eloqua and got successfully response like /contact/export/1234 with below code
2) Then I export the sync and got a response like /sync/12345 with below code
3) After that when I am trying to export the data from staging area with below code, out of 100 attempts the data (5000 as its limit) will come in one attempt only and didn't get in another attempt
syncedinstanceurl + "/data?page=1&pageSize=50000"
Could anybody tell me about this? Any paging issue is present or any data set issue.