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

# List mappings for a bulk job

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

Retrieves the mappings for an existing bulk job. The mappings define how columns in the source file correspond to fields in the object type template.

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

OK

- object
  - `mappings` object[]
    - `field` string
    - `column` string

---

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