---
title: "Get Contact Import"
method: GET
path: "/v1/contacts/imports/{id}"
tags: ["Contacts"]
---

# Get Contact Import

`GET /v1/contacts/imports/{id}`

Get a contact import's status and counts. Requires API key with audience:read.

## Path parameters

- `id` string, required

## Response `200`

Import status and counts

- ApiResponseContactImportStatus
  - `success` boolean, required
  - `data` object, nullable
    - `object` string
    - `id` string
    - `status` 'pending' | 'processing' | 'completed' | 'failed'
    - `counts` object
      - `total` integer
      - `created` integer
      - `updated` integer
      - `skipped` integer
      - `failed` integer
    - `error` string, nullable
    - `created_at` string, date-time
    - `completed_at` string, date-time, nullable
  - `error` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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