import.completed
{
"event": "import.completed",
"workspaceId": "ws_...",
"productId": "importer",
"timestamp": "2026-08-20T12:00:00.000Z",
"data": {
"importerId": "imp_...",
"sessionId": "ses_...",
"validRows": 42,
"invalidRows": 3
}
}fileType and durationMs may exist on the stored session but are not included in this webhook data object today.