---
title: "Download Excel export file"
method: GET
path: "/dashboard/excel-exports/{jobId}/download"
tags: ["Dashboard"]
---

# Download Excel export file

`GET /dashboard/excel-exports/{jobId}/download`

Downloads the generated Excel (.xlsx) file for a completed export job by its identifier. Returns the file as an attachment (application/octet-stream).

## Path parameters

- `jobId` unknown, required

## Headers

- `X-Uberall-User-Id` unknown, required

## Response `200`

Excel (.xlsx) file download. Each row is one location; columns are described by the schema below.

---

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