GetImportSendStatus
Retrieves the status of a ImportSend automation.
Input
| Name | Type | Required | Description |
| TokenID | String | True | The ID provided in the ImportAndSend SP. |
Result Set Columns
| Name | Type | Description |
| Status | String | The status of the ImportSend automation. |
| LastUpdate | Datetime | The last date when the ImportSend automation was updated. |
| CreatedTime | Datetime | The date when the ImportSend automation was created. |
| StartTime | Datetime | The date when the ImportSend automation started. |
| CompletedTime | Datetime | The date when the ImportSend automation finished. |
| LastRunTime | Datetime | The last date when the ImportSend automation was running. |
| Source | String | The source of the ImportSend automation. |
| Inserted | Integer | Number of new records in _MobileSubscription. |
| Updated | Integer | Number of updated records. |
| Invalid | Integer | Number of invalid rows in the import file. |