---
title: "Download Results of Bulkjob"
method: GET
path: "/kg/v3/enhance/bulk/{bulkjobId}"
tags: ["Bulk Enhance"]
---

# Download Results of Bulkjob

`GET /kg/v3/enhance/bulk/{bulkjobId}`

Download the result of a completed Enhance Bulkjob

## Path parameters

- `bulkjobId` string, required

## Query parameters

- `head` integer
- `from` integer
- `size` integer
- `onlyMatches` 'true' | 'false'
- `format` 'json' | 'jsonl' | 'csv' | 'xls' | 'xlsx'
- `exportspec` string
- `exportfile` string
- `exportseparator` string
- `exportquery` 'true' | 'false'
- `filter` string
- `filterExclude` string
- `wait` integer

## Response `200`

Result data. Depends on format (default is json lines).

- JsonNode

## Other responses

- `201` — Bulkjob or result export is still executing or is stopped
- `400` — Invalid bulkjobId
- `401` — Token not specified or other client errors
- `404` — Bulkjob not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/diffbot/apis/web-search.md) · [All operations](https://skmtc.net/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diffbot/web-search/versions/8b88d7dabe63/schema)
