---
title: "Get job download info"
method: GET
path: "/ExportJob/jobDownloadInfo"
tags: ["Export"]
---

# Get job download info

`GET /ExportJob/jobDownloadInfo`

When the export job has finished you can call this endpoint to get the download url.

## Query parameters

- `jobId` string, required

## Response `200`

Successful operation.

- object
  - `objects` ExportJobDownloadInfo[]
    - `filename` string — Current progress of the export. Export is finished when "current" reaches "total" (usually 100)
    - `link` string — Download url of the export file
    - `linkExpireDate` string — Expire date of the download url

## 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)
