---
title: "CRUD: Retrieve an import"
method: GET
path: "/v1/object/import/{id}"
tags: ["Imports"]
---

# CRUD: Retrieve an import

`GET /v1/object/import/{id}`

Retrieve an data import job.

## Path parameters

- `id` string, required

## Query parameters

- `fields` string

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

- ProxyGetImport
  - `CreatedById` string — The user ID of the person who created the import. **Character limit**: 32 **Values**: automatically generated
  - `CreatedDate` string, date-time — The date when the import was created. **Character limit**: 29 **Values**: automatically generated
  - `Id` string — Object identifier.
  - `ImportType` string — The type of item imported. **Character limit**: 7 **Values**: Usage
  - `ImportedCount` integer — The number of records successfully imported. **Values**: automatically generated
  - `Md5` string — A check to validate the import file's integrity. **Character limit:** 32 **System-generated:** no **Values**: a string of 32 characters or fewer
  - `Name` string — A descriptive name for the import. **Character limit:** 100 **Values:** one of the following: - a string of 100 characters or fewer - if NULL default is: `import <ImportType_value>`
  - `OriginalResourceUrl` string — The URL for your import file, which contains your records for upload. When you upload the file, Zuora assigns it to this address. **Values:** automatic dynamically-generated URL
  - `ResultResourceUrl` string — The URL for the import result file, which is a zipped CSV file. **Values**: automatic dynamically-generated URL
  - `Status` string — The status of the import process. **Values**: automatically generated using one of the following values: - Pending - Processing - Completed - Failed
  - `StatusReason` string — The reason for the system-generated status. Use this information if the import fails. **Character limit**: 2000 **Values**: automatically generated error message
  - `TotalCount` integer — The number of records in the import file. **Character limit**: **Values**: automatically generated
  - `UpdatedById` string — The ID of the user who last updated the import. **Character limit**: 32 **Values**: automatically generated
  - `UpdatedDate` string, date-time — The date when the import was last updated. **Character limit**: 29 **Values**: automatically generated

## Other responses

- `401` — Unauthorized
- `404`

---

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