---
title: "Download scan reports CSV"
method: GET
path: "/scan/v3/reports/csv/{report_id}"
tags: ["model-scanner_other"]
---

# Download scan reports CSV

`GET /scan/v3/reports/csv/{report_id}`

Checks the status to see if the CSV file is ready to download.  If the CSV file is ready the file will be returned in the response.  Files are stored for 30 days. If the report_id is lost, the report can be re-generated by re-submitting the request.

## Response `200`

CSV file is ready and returned

## Other responses

- `202` — CSV file is still being generated
- `400` — The request failed due to a client error, with one or more of the following possible causes: 1. The request required a tenant_id field, which was missing. 2. The request was malformed syntactically or semantically.
- `404` — Report ID not found
- `410` — CSV generation failed

---

[API](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api.md) · [All operations](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiddenlayerai/hiddenlayer-audit-api/revisions/d8c55b669109/schema)
