API endpoints overviewImports
Get import details
Get import details
Retrieves detailed information about a specific import including:
- Import metadata and timestamps
- File information (if attached)
- Cell statistics and field breakdown
- Compliance data (user info, IP, origin)
curl -X GET "https://api.ivandt.com/v1/imports/string"{
"id": "string",
"templateId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"meta": {
"publicKey": "string",
"sessionToken": "string",
"schemaId": "string",
"schemaKey": "string",
"sdkVersion": "string",
"source": {
"kind": "upload",
"referer": "string"
},
"file": {
"name": "string",
"fileId": "string",
"extension": "string",
"mime": "string",
"sizeBytes": 0,
"formattedSize": "string",
"lastModified": "string"
},
"sheet": {
"rowCount": 0,
"selectedSheetName": "string",
"allSheetNames": [
"string"
]
},
"counts": {
"totalRows": 0,
"validRows": 0,
"erroredRows": 0,
"discardedRows": 0
},
"timings": {
"startedAt": "string",
"finishedAt": "string"
},
"environment": {
"userAgent": "string",
"timezone": "string",
"platform": "web",
"runtime": "string"
}
},
"file": {},
"cellStats": {
"totalCells": 0,
"rowCount": 0,
"fieldBreakdown": [
{
"key": "string",
"type": "string",
"count": 0
}
]
},
"endUserId": {},
"endUserEmail": {},
"endUserIp": {},
"importedFrom": {},
"sessionJti": {}
}