Tool to download the results of a completed Enhance Bulkjob. Returns enriched records from the bulk job. Use after a bulk enhance job has completed processing.
fromintegerStarting index for pagination (use with size parameter)
headintegerReturn first n results
sizeintegerMaximum number of results to return. Should be specified with from parameter. Use -1 for all results.
waitintegerSeconds to wait for bulkjob results to export. Results will continue to export in the background. Use 0 to only trigger an export without waiting.
filterstringSemi-colon separated path filter to filter response json. Use dot notation like 'skills.name' or JsonPath expressions like '$.name;$.locations.country.name'.
formatstringExport format options.
bulkjobIdRequiredstringEnhance Bulkjob ID to retrieve results for
exportfilestringFile name of the export file
exportspecstringDefines the columns to export for csv, xls and xlsx formats. Use semi-colon separated field paths like 'name;summary' or JsonPath expressions. See Diffbot documentation for advanced syntax.
exportquerystringEnum for exportquery parameter.
onlyMatchesstringEnum for onlyMatches parameter.
filterExcludestringSemi-colon separated path filter to exclude data from response json. Use dot notation or JsonPath expressions.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.