ContactImport
idstring
filenamestringnullable
statusstring
Possible values: [processing, completed, failed]
options object
property name*any
totalinteger
createdinteger
updatedinteger
skippedinteger
failedinteger
errors object[]
Possible values: <= 200
Array [
indexinteger
reasonstring
fieldstring
]
createdBystringnullable
createdAtstring<date-time>
finishedAtstring<date-time>nullable
ContactImport
{
"id": "string",
"filename": "string",
"status": "processing",
"options": {},
"total": 0,
"created": 0,
"updated": 0,
"skipped": 0,
"failed": 0,
"errors": [
{
"index": 0,
"reason": "string",
"field": "string"
}
],
"createdBy": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"finishedAt": "2024-07-29T15:51:28.071Z"
}