GetImportLeadsStatus
Gets the status of an import leads from file operation for Marketo.
Input
Name | Type | Required | Description |
BatchId | String | True | The batch Id returned from an import leads from file operation. |
Result Set Columns
Name | Type | Description |
BatchId | String | The Id of the import leads batch. |
Status | String | The status of the import process. |
NumOfLeadsProcessed | String | The number of leads processed. |
NumOfRowsFailed | String | The number of rows that failed. |
NumOfRowsWithWarning | String | The number of rows that contain a warning. |
Message | String | The message about the import operation. |