---
title: "Download the result xlsx of a completed export job owned by the logged-in user. Returns 404 if the
job is not the caller's, 409 if it has not finished, and 410 if its result has expired / been reaped."
method: GET
path: "/v1/DataJobs/{jobId}/download"
tags: ["DataJobs"]
---

# Download the result xlsx of a completed export job owned by the logged-in user. Returns 404 if the
job is not the caller's, 409 if it has not finished, and 410 if its result has expired / been reaped.

`GET /v1/DataJobs/{jobId}/download`

## Path parameters

- `jobId` string, uuid, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- string, binary

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `410` — Client Error

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
