get_import_results
Retrieve per-row results from a finished import. Filter by type to isolate warnings or errors. Results are paginated with 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 list_companies. | |
| importId | Yes | Import id from list_imports. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Per-row results. | |
| page | No | Current page (1-indexed). | |
| perPage | No | Rows per page. | |
| total | No | Total result rows across all pages. | |
| totalPages | No | Total page count. |