Contacts

Get Progress

Get the progress for a past import.

get/companies/{company}/contacts/progress/{batchId}

Path parameters

companyinteger required
batchIdstring uuid required

Response

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

idstring uuid
namestring
totalJobsinteger
pendingJobsinteger
failedJobsinteger
progressinteger
createdAtstring
cancelledAtstring
finishedAtstring

Example response

{
  "createdAt": "2023-01-01 01:01:01",
  "cancelledAt": "2023-01-01 01:01:01",
  "finishedAt": "2023-01-01 01:01:01"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.