---
title: "Get Progress"
method: GET
path: "/companies/{company}/contacts/progress/{batchId}"
tags: ["Contacts"]
---

# Get Progress

`GET /companies/{company}/contacts/progress/{batchId}`

Get the progress for a past import.

## Path parameters

- `company` integer, required
- `batchId` string, uuid, required

## Response `202`

Contacts will be imported asynchronously. This response contains batch information that can be used to check the progress.

- ContactImportBatch
  - `id` string, uuid
  - `name` string
  - `totalJobs` integer
  - `pendingJobs` integer
  - `failedJobs` integer
  - `progress` integer
  - `createdAt` string
  - `cancelledAt` string
  - `finishedAt` string

---

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