---
title: "Get import details"
method: GET
path: "/crmFieldMapping/csv/{importId}"
tags: ["CRM field mapping"]
---

# Get import details

`GET /crmFieldMapping/csv/{importId}`

Gets the details of an import specified by the passed ID

## Path parameters

- `importId` string, required

## Response `200`

successful operation

- CrmFieldMappingImportDataJson
  - `id` string
  - `fileName` string
  - `uploadedBy` string
  - `status` string
  - `createdOn` integer
  - `updatedOn` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
