---
title: "Get import details"
method: GET
path: "/approvalMatrix/csv/{importId}"
tags: ["Approvals"]
---

# Get import details

`GET /approvalMatrix/csv/{importId}`

Gets the details of an import specified by the passed ID

## Path parameters

- `importId` string, required

## Response `200`

successful operation

- ApprovalMatrixImportDataJson
  - `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/versions/c30f5b9fbfab/schema)
