---
title: "Generate download hash"
method: GET
path: "/Progress/generateDownloadHash"
tags: ["Export"]
---

# Generate download hash

`GET /Progress/generateDownloadHash`

Generates an identifier to request the current export progress.

## Query parameters

- `jobId` string, required

## Response `200`

Successful operation. Returns progress hash.

- object
  - `objects` ExportProgressData[]
    - `current` integer — Current progress of the export. Export is finished when "current" reaches "total" (usually 100)
    - `total` integer — Total value of the export

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `500` — Server Error

---

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