---
title: "Retrieve the summary of a bulk job"
method: GET
path: "/bulk-data/bulk-jobs/{id}/summary"
tags: ["Bulk Data"]
---

# Retrieve the summary of a bulk job

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

Get the summary of a specific job by its ID.
This operation returns a summary of the specified bulk job.

## 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`

Job summary retrieved successfully

- QueryJobSummaryResponse
  - `id` string, uuid — Unique identifier for the job
  - `name` string — Name of the job
  - `description` string — Description of the job
  - `createdAt` integer — Time the job was created
  - `createdBy` string — User who created the job
  - `status` 'Created' | 'Submitted' | 'In Progress' | 'Aborting' | 'Completed' | 'Failed' | 'Aborted' | 'Cancelled' | 'Downloading' — Status of the job
  - `rowCount` integer — Number of rows in the job
  - `rowsSucceeded` integer — Number of rows that succeeded in the job
  - `rowsFailed` integer — Number of rows that failed in the job
  - `lastUpdatedAt` integer — Time the job was last updated
  - `failureReason` string — Reason the job failed
  - `objectType` string — Type of object the job is for
  - `jobType` 'Import' | 'Delete' | 'Update' | 'Cancel' — Type of job
  - `isCustomObject` boolean — Whether the job is for a custom object
  - `customObjectNamespace` string — Namespace of the custom object the job is for
  - `dataSourceType` 'UserUpload' | 'Salesforce' | 'Chargebee' | 'Stripe' — Type of data source the job is for
  - `systemType` 'BILLING' — Type of system the job is for
  - `fileType` 'csv' | 'jsonl' — Type of the source file

## Other responses

- `404` — Job not found
- `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)
