---
title: "Check import progress"
method: GET
path: "/api/v2/contacts/import/progress/{id}"
tags: ["Contacts"]
---

# Check import progress

`GET /api/v2/contacts/import/progress/{id}`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Contacts/getContactImportSessionProgress" target="_blank">Try in sandbox</a><br>Get contact import session progress.

## Path parameters

- `id` integer, required

## Response `200`

Returned when successful.

- GetContactImportSessionProgressResponse
  - `status` 1 | 3 | 4 | 5, required — Session status: * **1** - if session has been initialized but not yet started; * **3** - if session is being processed; * **4** - if session has errors; * **5** - if session completed successfully.
  - `processed` integer, required — How many contacts have been imported?

## Other responses

- `401` — Unauthorized request.
- `404` — Request data not found.

---

[API](https://skmtc.net/textmagic/apis/textmagic-api.md) · [All operations](https://skmtc.net/textmagic/apis/textmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textmagic/textmagic-api/revisions/3e4029d19684/schema)
