GetExportJobFile

Returns the file content of an export job. The export job must be in 'Completed' state. Use GetExportJobStatus to get the status of an export job.

Input

Name Type Required Description
JobId String True The id of the export job.
Type String True The type of the BulkExtract. Available values are : Activities, Leads.

The allowed values are Activities, Leads.

File String False The file path where you want to store the file.

Result Set Columns

Name Type Description
ResponseData String The content of the file. Returns data only if File is not specified.