Download Results of Bulkjob

Download the result of a completed Enhance Bulkjob

Path Params
string
required

Enhance Bulkjob ID

Body Params

Bulk results request

int32

Return first n results

int32

Return first n results

int32

Maximum number of results to return. Should be specified with from parameter.

boolean

Return only records that have a match

string
enum

Export format

Allowed:
string

The spec defines the columns to export. This is applicable for csv, xls and xslx formats.

Export spec specifies how to export the entity JSON to a csv. A simple export spec looks like name;summary. To specify more complex export spec, including specifying how many of a list of industries to return, or the ideal employment record, see Exporting Columnar Format and JsonPath Filtering.

string

File name of the export file

string

Separator for multi-value fields when exporting columnar results

boolean

Prefixes the enhance query parameters to the CSV export result

string

Semi-colon separated path filter to filter response json. You can use a simple dot notation skills.name or a JsonPath expression such as such as $.name;$.locations.country.name. For more advanced options, see JsonPath Filtering for syntax.

string

Semi-colon separated path filter to filter and exclude data from response json. You can use a simple dot notation skills.name or a JsonPath expression such as such as $.name;$.locations.country.name. For more advanced options, see JsonPath Filtering for syntax.

int32

Seconds to wait for bulkjob results to export. Results will continue to export in the background. To only trigger an export, use 0.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/json-lines
text/csv
application/ms-excel
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet