PENDING → RUNNING → one of COMPLETED, PARTIAL_SUCCESS, or FAILED. The response carries the running counts you need to decide whether the import succeeded, whether you need to investigate failures, and whether re-importing is worthwhile.
Synopsis
Arguments
| Argument | Type | Description |
|---|---|---|
<id> | integer | The importJobId returned by import create. |
Examples
1. One-off status check
2. Poll until terminal
import failed-export.
3. Print only the failure summary
failedCount > 0 regardless of overall status.
Response
failedRows is a small inline sample. The complete list lives behind import failed-export, which streams every rejected row as CSV.
See also
import create. The step that returns theimportJobId.import failed-export. Pull the full failed-rows CSV whenfailedCount > 0.- Recipe: CSV import. Uses this command as the poll step.
