---
title: "Download the import result report"
method: GET
path: "/v1/invoices/imports/{id}/report"
tags: ["Invoice Imports"]
---

# Download the import result report

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

Streams the result report as CSV: one record per source row with its create outcome and, when created, the invoice ID. Generated on demand; no file is persisted.

## Path parameters

- `id` string, required

## Response `200`

The result report CSV

## Other responses

- `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/revisions/c18f9a027b2c/schema)
