---
title: "Check Progress Of Import"
method: POST
path: "/add-contacts-bulk-progress.json"
tags: ["Contacts & Lists"]
---

# Check Progress Of Import

`POST /add-contacts-bulk-progress.json`

For large lists in excess of 50,000 contacts, it can take some time to process. This request will let you see the progress of the import.

## Response `200`

Successful response

- object
  - `list_id` integer — ID of the list being checked
  - `status` 'completed' | 'in progress' | 'failed' — Status of upload
  - `importlength` integer — Total number of records in file. This count will include invalid numbers.
  - `completed` integer — Number of contacts processed. This gives us an update of all numbers processed, should be equal to importlength when complete.
  - `duplicates` integer — Number of duplicate contacts excluded from import. Any number that matches an existing contact on the list will not be imported. Only the first record imported is kept.
  - `skipped` integer — Number of rows in the file skipped. This can be caused by blank rows, invalid numbers, or rows with a blank record in the mobile column.
  - `optout` integer — Number of contacts that were already opted out.
  - `imported` integer — Number of contacts successfully imported.

---

[API](https://skmtc.net/kudosity/apis/transmit-sms-api.md) · [All operations](https://skmtc.net/kudosity/apis/transmit-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kudosity/transmit-sms-api/versions/9f6c34b849af/schema)
