---
title: "List all booking date backfill jobs"
method: GET
path: "/v1/uno/data-backfill/bookingdate/jobs"
tags: ["Data Backfill"]
---

# List all booking date backfill jobs

`GET /v1/uno/data-backfill/bookingdate/jobs`

Use this operation to list all booking date backfill jobs.

## Headers

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

## Response `200`

OK

- object
  - `processId` string — The ID of the process that handles the operation.
  - `reasons` object[] — The container of the error code and message. This field is available only if the `success` field is `false`.
    - `code` string — The error code of response.
    - `message` string — The detail information of the error response
  - `requestId` string, uuid — Unique identifier of the request.
  - `success` boolean — Indicates whether the call succeeded.
  - `jobs` GETAutoBackfillJobResponse[]
    - `id` string — Job ID
    - `createdOn` integer — The created-on date in the `int64` format
    - `createdOnReadable` string, datetime — The created-on date in the `datetime` format
    - `updatedOn` integer — The updated-on date in the `int64` format
    - `updatedOnReadable` string, datetime — The updated-on date in the `datetime` format
    - `updatedByUsername` string — The user who performs the booking date backfill job
    - `status` 'ACCEPTED' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'STOPPED' — The status of the booking date backfill job
    - `type` 'BookingDate' | 'RatePlanCharge' | 'OrderLineItem' — The type of the auto backfill job
    - `batchSentCount` integer — The batch count sent for execution
    - `batchFinishedCount` integer — The finished batch count
    - `errorCount` integer — The failed record count
    - `progress` string — The progress of the booking date backfill job

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[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)
