---
title: "Get Workflow Dashboard"
method: GET
path: "/api/workflows/{workflow_id}/dashboard"
tags: ["Workflows"]
---

# Get Workflow Dashboard

`GET /api/workflows/{workflow_id}/dashboard`

Return the dashboard spec + resolved data for a workflow.

Response shape:
    {
      "spec": { ... } | None,
      "data": { widget_id: { value | rows | error, ... } } | None,
      "empty": bool
    }

``empty`` is True when no spec exists yet; the frontend renders an
"Ask Kirbi to design a dashboard" empty state in that case.

## Path parameters

- `workflow_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
