import_results
Retrieve per-row results from completed imports. Filter by INFO, WARNING, or ERROR to surface only failures, with paginated output up to 100 rows per page.
Instructions
Returns per-row results for a finished import. Filter by 'type' (INFO / WARNING / ERROR) to surface only failures. Paginated — defaults to 20 rows per page, max 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company id from companies_list. | |
| importId | Yes | Import id from imports_list. | |
| type | No | Optional: filter rows by result type. | |
| page | No | Page number (1-indexed). Default 1. | |
| perPage | No | Rows per page. Default 20, max 100. |