---
title: "Retrieves a download url for the report."
method: POST
path: "/reports/{id}/download"
tags: ["Reports"]
---

# Retrieves a download url for the report.

`POST /reports/{id}/download`

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `url` string, uri, required — A url for downloading the report.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

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