---
title: "List the import's rows for review"
method: GET
path: "/v1/invoices/imports/{id}/rows"
tags: ["Invoice Imports"]
---

# List the import's rows for review

`GET /v1/invoices/imports/{id}/rows`

Returns every parsed row (or the subset matching `status`) plus the batch tally. Imports are capped at 1000 rows so the whole set fits one response; there is no pagination.

## Path parameters

- `id` string, required

## Query parameters

- `status` 'valid' | 'error' | 'pending'

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` ImportRowsResponseDTO
    - `data` ImportRowResponseDTO[]
      - `error_reason` string
      - `id` string
      - `mapped_data` object
      - `raw_data` object
      - `row_number` integer
      - `status` 'pending' | 'valid' | 'error'
    - `error_rows` integer
    - `ready_rows` integer
    - `status` 'pending' | 'validating' | 'ready' | 'creating' | 'completed' | 'failed'
    - `total_rows` integer
  - `has_more` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/versions/c18f9a027b2c/schema)
