---
title: "List all errors for a custom object bulk job"
method: GET
path: "/objects/jobs/{id}/errors"
tags: ["Custom Object Jobs"]
---

# List all errors for a custom object bulk job

`GET /objects/jobs/{id}/errors`

Lists all errors for a custom object bulk job.

## Path parameters

- `id` string, uuid, required

## Headers

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

## Response `200`

OK

- CustomObjectBulkJobErrorResponseCollection
  - `errors` CustomObjectBulkJobErrorResponse[], required — All errors for a custom object bulk job.
    - `code` integer — The error code.
    - `message` string — The error message.
    - `record` CustomObjectRecordWithAllFields — Record data from an object
      - `CreatedById` string — The creator's Id
      - `CreatedDate` string, date-time — The record creation time in the date-time format
      - `Id` string, uuid — The unique Id of the custom object record
      - `UpdatedById` string — The modifier's Id
      - `UpdatedDate` string, date-time — The record modification time in the date-time format
      - `type` string — The type of the custom object record. It is the API name of the custom object definition.
    - `row` integer — The CSV record row number. The custom object record data starts at the second row because the first row is the CSV header.

## Other responses

- `404` — Job not found

---

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