---
title: "Download the report prepared."
method: GET
path: "/api/v2/companies/{id}/report-download"
tags: ["Company Report"]
---

# Download the report prepared.

`GET /api/v2/companies/{id}/report-download`

Download the report generated by the generateCompanyReport action. The report must be successfully prepared before it can be downloaded. To check the status of the report, use the getReportStatus action. If the status is 'Ready,' the report is available for download.

## Path parameters

- `id` integer, required

## Query parameters

- `token` string, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/616dfa9b3b1f/schema)
