---
title: "Download file"
method: GET
path: "/v1/dashboards/{dashboardId}/download/{jobId}"
tags: ["Dashboard downloads"]
---

# Download file

`GET /v1/dashboards/{dashboardId}/download/{jobId}`

## Path parameters

- `dashboardId` string, required
- `jobId` string, uuid, required

## Response `200`

File download successful

- object — Query result data

## Other responses

- `202` — Job still in progress. Poll the [Check download status endpoint](/api/dashboard-downloads/check-download-status) first.
- `400` — Invalid job ID format
- `403` — Insufficient permissions
- `404` — Job not found or does not belong to the specified dashboard
- `405` — Method Not Allowed - Invalid HTTP method for this endpoint
- `410` — Job failed. Call the [Check download status endpoint](/api/dashboard-downloads/check-download-status) for error details.
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

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