List import rows
Paginated rows of an import — the failure report. Filter with q[status_eq]=failed to list only rows that could not be imported; each row carries the raw CSV data and its validation_errors.
Required scope: the write scope of the imported resource — write_products for product imports, write_customers for customer imports, etc. (for API-key authentication).
GET
List import rows
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Query Parameters
Filter rows by status: pending, processing, completed, failed.
Response
200 - application/json
rows found
List import rows

