latestOpenAPI 3.1.0MIT2026-08-22113168358.0 KB

2d06ad0e0bc3

Contacts

Get Contact Import

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

get/v1/contacts/imports/{id}

Path parameters

idstring required

Import job ID (MongoDB ObjectId)

Response

Import status and counts

successboolean required
errorstring nullable

Example response

{
  "data": {
    "object": "contact_import"
  }
}