Get import progress

This request retrieves the stage-by-stage progress for a CSV file import.

   Click here to learn more about this request

LoanPro's import tool is a fast and efficient way to transfer large amounts of data. Imports can be completed manually via the LoanPro dashboard or programmatically via the API. Note the following when importing data via the API.

Importing data into LoanPro requires a series of steps. Here's a breakdown of the entire process.


Report Downloads: Usable, presigned download URLs for generated report files are available in the response payload of this step. You also need to know:

  • Rejection files (for rows that failed) are generated at validated status by calling the endpoint in the Validate CSV file step.
  • Summary cover sheets are generated at completed status by calling the endpoint in the Verify imported records step.
  • The bare OData entity (Get import validation/errors step) contains raw S3 keys with null URL fields.
Path Params
string
enum
required

The type of data being imported.
> Exact Formatting Required: importType is case-sensitive and does not trim whitespace (e.g., Payments works but payments returns 409 error, and trailing spaces cause the job to hang).
> Unlisted Types Silent Failure: Passing unlisted values (e.g. LineOfCreditSetup or Buckets) may return a 200 with an upload URL, but the file will fail to process. Use only values listed in the enum.

int32
required

The ID of the data import record.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json