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

# Check download status

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

## Path parameters

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

## Response `200`

Job status retrieved successfully

- object
  - `job_id` string, uuid — The job ID
  - `status` 'in_progress' | 'complete' | 'error' — Current status of the download job
  - `format` 'pdf' | 'png' | 'csv' | 'xlsx' | 'json' — The requested output format
  - `created_at` string, date-time — When the job was created
  - `error` string — Error message. Only present when status is `error`.

## Other responses

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