---
title: "Get download file"
method: GET
path: "/api/v1/dashboards/{identifier}/download/{jobId}"
tags: ["Dashboards"]
---

# Get download file

`GET /api/v1/dashboards/{identifier}/download/{jobId}`

## Path parameters

- `identifier` string, required — Dashboard identifier (short ID or UUID)
- `jobId` string, required — Download job ID (UUID)

## Query parameters

- `userId` string, uuid — Target user membership ID (for org-scoped API keys)

## Response `200`

File ready - binary content streamed

## Other responses

- `202` — Download job still in progress
- `401` — Authentication required
- `404` — Dashboard or download job not found
- `410` — Download job failed
- `500` — Failed to retrieve download artifact

---

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