/targetExportJobs/{exportJobId}

Use this endpoint to retrieve information about the status of a specific Target Export Job available in the current context.

Target Export Job Result

Each Target Export Job Result has the following properties:

PropertyTypeDescription
targetIdintUnique identifier for the requested Target
fileobjectInformation about the file containing the exported Target data
webhookUrlstringThe URL to be notified when the Target Export Job has completed
exportJobIdintThe unique identifier for the requested Target Export Job
jobStatusstringCan be one of Pending, InProcess, Error, or Complete

File

Each File has the following properties:

PropertyTypeDescription
downloadUrlstringThe URL where the completed Target Export Job can be downloaded; will be null unless jobStatus is Complete
dateExpireddateThe date the download URL expires
recordCountintThe number of records contained in the export file
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!