---
title: "Retrieves the import history for a given company. Returns a list of queued and completed import jobs, including status and timestamps."
method: GET
path: "/api/import/history/{companyId}"
tags: ["Import"]
---

# Retrieves the import history for a given company. Returns a list of queued and completed import jobs, including status and timestamps.

`GET /api/import/history/{companyId}`

## Path parameters

- `companyId` integer, required

## Response `200`

OK

- IntectBusinessLogicImportHistoryDTO[]
  - `AddedTimestamp` string, date-time
  - `DoneExecutionTimestamp` string, date-time, nullable
  - `Status` string
  - `SignalRMessage` IntectInfrastructureQueueDTOImportSignalRDTO
    - `Type` string
    - `Status` string
    - `Message` string
    - `CorrelationId` string
    - `JobId` string
    - `Metadata` IntectInfrastructureQueueDTOImportMetadataDTO
      - `CompanyName` string
      - `Error` string
      - `ImportResponse` string
  - `Fullname` string
  - `Headline` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
