Skip to content

Retrieve success logs of the loader results.

GET/api/{version}/services/loader/{job_id}/tasks/{task_id}/successlog
NameDescription
Accepttext/csv
NameDescription
job_idThe id value of the requested extract job.
task_idThe id value of the requested extract task.
curl -X GET -H "Authorization: {SESSION_ID}" \ - H "Content-Type: application/json" \ https://myveevavault.com/api/v20.3/services/loader/61907/tasks/1/successlog
responseStatus,id,name__v,external_id__v,errors,rowId SUCCESS,00P000000000807,,,,1 SUCCESS,00P000000000808,,,,2 SUCCESS,00P000000000809,,,,3

On SUCCESS, the response includes a CSV file that includes the success log of the loader results.