---
title: "List job summaries for bulk jobs"
method: GET
path: "/bulk-data/bulk-jobs/summaries"
tags: ["Bulk Data"]
---

# List job summaries for bulk jobs

`GET /bulk-data/bulk-jobs/summaries`

Lists summaries for bulk jobs. You can filter the results using query parameters.

## Query parameters

- `limit` integer
- `cursor` string
- `status` 'Created' | 'Submitted' | 'In Progress' | 'Aborting' | 'Completed' | 'Failed' | 'Aborted' | 'Cancelled' | 'Downloading'

## Headers

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

## Response `200`

Job summaries retrieved successfully

- GetSummariesResponse
  - `data` object[] — List of job summaries
    - `id` string, uuid — Unique identifier for the job
    - `name` string — Name of the job
    - `status` 'Created' | 'Submitted' | 'In Progress' | 'Aborting' | 'Completed' | 'Failed' | 'Aborted' | 'Cancelled' | 'Downloading' — Status of the job
    - `description` string — Description of the job
    - `createdAt` integer — Time the job was created
    - `createdBy` string — User who created the job
    - `submittedAt` integer — Time the job was submitted
    - `submittedBy` string — User who submitted 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'
  - `nextPageCursor` string — Cursor for the next page of results

## Other responses

- `404` — No job summaries 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)
