Input and Output of Retrieve Import Status

In the Input tab, you can specify the fields that are sent to Marketo, and in the Output tab, you can check the response information depending on the endpoint that you select when using the Import Status resource.

Input and Output for Status

If you select the Import Status resource and the Status endpoint, the input and output tabs contain the following fields respectively:
Input for Status
Input Item Data Type Description
GetImportLeadStatusRequest
id String The batch id received from the import lead call.
Output for Status
Output Item Data Type Description
GetImportLeadStatusResponse
requestId String The request id as a unique id returned from the Marketo server.
result Complex A list of field names that are displayed in the response. The following fields are displayed: batchId, status, numOfLeadsProcessed, numOfRowsFailed, numOfRowsWithWarning, and message.
success Boolean If the request is successful, this value is true.

Input and Output for Warning File

If you select the Import Status resource and the Warning File endpoint, the input and output tabs contain the following fields respectively:
Input for Warning File
Input Item Data Type Description
GetImportWarningFileRequest
id String The batch id received from an import lead call.
fileName String Specifies the path of the returned file.
Output for Warning File
Output Item Data Type Description
GetImportWarningFileResponse
fileName String The full path of the returned file.

Input and Output for Failure File

If you select the Import Status resource and the Failure File endpoint, the input and output tabs contain the following fields respectively:
Input for Failure File
Input Item Data Type Description
GetImportFailureFileRequest
id String The batch id returned from the import lead call.
fileName String Specifies the path of the returned file.
Output for Failure File
Output Item Data Type Description
GetImportFailureFileResponse
fileName String The full path of the returned file.