---
title: "List download links for a bulk job"
method: GET
path: "/bulk-data/bulk-jobs/{id}/downloads"
tags: ["Bulk Data"]
---

# List download links for a bulk job

`GET /bulk-data/bulk-jobs/{id}/downloads`

Retrieves the download links for the files associated with a completed job.
These files include success rows, error rows, and logs.

## Path parameters

- `id` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string

## Response `200`

Get download links for a bulk job

- DownloadsResponse
  - `jobId` string, uuid — Unique identifier for the job.
  - `status` 'Created' | 'Submitted' | 'In Progress' | 'Aborting' | 'Completed' | 'Failed' | 'Aborted' | 'Cancelled' | 'Downloading' — Status of the job.
  - `sourceFile` string — Source file URL.
  - `errorRowsFile` string — URL for the file containing rows that failed.
  - `successRowsFile` string — URL for the file containing successfully processed rows.
  - `delimiter` string — Delimiter used in the source file (e.g., comma or pipe).

## Other responses

- `404` — Job not found or not completed
- `500` — Internal server error

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
