---
title: "Report download"
method: POST
path: "/reportStatus/download"
tags: ["Acquisition"]
---

# Report download

`POST /reportStatus/download`

Client SDK reports package download for metrics tracking.
This endpoint does not require authentication.

## Request body

- DownloadReport
  - `deploymentKey` string, required — Deployment key (can use snake_case deployment_key)
  - `label` string, required — Release label
  - `clientUniqueId` string — Unique device identifier (can use snake_case client_unique_id)

## Response `200`

Download recorded

## Other responses

- `400` — Bad request - invalid parameters

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
