get https://api.securevan.com/v4/targetExportJobs/
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:
Property | Type | Description |
---|---|---|
targetId | int | Unique identifier for the requested Target |
file | object | Information about the file containing the exported Target data |
webhookUrl | string | The URL to be notified when the Target Export Job has completed |
exportJobId | int | The unique identifier for the requested Target Export Job |
jobStatus | string | Can be one of Pending , InProcess , Error , or Complete |
File
Each File has the following properties:
Property | Type | Description |
---|---|---|
downloadUrl | string | The URL where the completed Target Export Job can be downloaded; will be null unless jobStatus is Complete |
dateExpired | date | The date the download URL expires |
recordCount | int | The number of records contained in the export file |