---
title: "Download a report file by ID"
method: POST
path: "/api/v{version}/reports/{reportId}/download"
tags: ["reports"]
---

# Download a report file by ID

`POST /api/v{version}/reports/{reportId}/download`

Returns a SAS URL to download the report file by its ID.

## Path parameters

- `version` string, required
- `reportId` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- DownloadReportByIdResponse
  - `sasUrl` string, nullable

---

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