Tool to download results of a bulk enhance job with filtering options via POST request. Use this to retrieve processed results from a completed or running bulk job. Supports multiple export formats (json, jsonl, csv, xls, xlsx) and various filtering options to customize the outp…
fromintegerStarting index for pagination (offset). Should be used together with 'size' parameter.
headintegerReturn first n results. Use this to limit the number of results returned.
sizeintegerMaximum number of results to return. Should be specified with 'from' parameter for pagination.
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. You can use simple dot notation like 'skills.name' or JsonPath expressions like '$.name;$.locations.country.name'.
formatstringExport format options for bulk results.
bulkjobIdRequiredstringEnhance Bulkjob ID (e.g., 'B-89cfc3b2-e744'). This is the unique identifier of the bulk job whose results you want to download.
exportfilestringFile name of the export file. Specify a custom filename for the exported results.
exportspecstringThe spec defines the columns to export. This is applicable for csv, xls and xlsx formats. Simple spec looks like 'name;summary'. For complex specs including list handling, see Diffbot documentation.
exportquerybooleanPrefixes the enhance query parameters to the CSV export result. Only applicable for CSV exports.
onlyMatchesbooleanReturn only records that have a match. Use this to filter out records without matches.
filterExcludestringSemi-colon separated path filter to exclude data from response json. You can use simple 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.