---
title: "GET /progress/category/imports/{id}"
method: GET
path: "/progress/category/imports/{id}"
---

# GET /progress/category/imports/{id}

`GET /progress/category/imports/{id}`

Show ongoing import process

## Response `200`

- Progress — Used for long running processes in Assets
  - `progressInPercent` integer
  - `resourceId` string
  - `category` string
  - `status` string
  - `stepDescription` string
  - `currentStep` integer
  - `numberOfSteps` integer
  - `currentWorkUnits` integer
  - `currentWorkDescription` string
  - `currentStepTotalWorkUnits` integer
  - `totalWorkUnits` integer
  - `result` string
  - `resultData` object — The result data is different depending on the type of process the category specifies
  - `resultMessage` string
  - `actor` string — The user key of the user that is running the process
  - `startDate` string, date-time
  - `finishedDate` string, date-time
  - `estimatedFinishDate` string, date-time — If it is possible to estimate the comletion of the task this field will be populated
  - `executionUUID` string — Unique identifier of the execution

## Other responses

- `401` — Client must be authenticated to access this resource.
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.net/atlassian/apis/rest.md) · [All operations](https://skmtc.net/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/rest/versions/07137e668210/schema)
