GetImportStatus
Retrieves the status of an import job in Salesforce Marketing Cloud. This procedure provides details about job progress, success, or failure, allowing users to monitor large-scale data import operations and resolve potential processing issues.
Input
| Name | Type | Required | Description |
| ListID | String | True | Specifies the unique identifier (Id) of the MobileConnect list that is associated with the import operation. This identifier ensures that the stored procedure retrieves the status for the correct list-based import. |
| TokenID | String | True | Specifies the unique Id that is returned by the ImportQueue operation. This value links the request to a specific MobileConnect import job and allows the system to return its current processing status. |
Result Set Columns
| Name | Type | Description |
| Status | String | Returns the current status message that describes the progress or completion state of the MobileConnect list import associated with the provided token. This message helps determine whether the import is pending, processing, completed, or failed. |