---
title: "Get Dashboard Workflow Summary"
method: GET
path: "/v1/dashboards/workflows/summary"
tags: ["Dashboard API"]
---

# Get Dashboard Workflow Summary

`GET /v1/dashboards/workflows/summary`

Use this endpoint to retrieve an aggregated summary of workflows, including totals and breakdowns by status.

## Response `200`

Indicates that the request was successful and the response contains the requested data.

- WorkflowSummaryOutput — Aggregated summary of all workflows grouped by status.
  - `total` integer — Total number of workflows.
  - `active` integer — Number of currently active workflows.
  - `byStatus` StatusCountOutput[] — Breakdown of workflows by status.
    - `status` string — Status value.
    - `count` integer — Number of items with this status.

## Other responses

- `500` — Indicates an unexpected internal error. If this persists, please contact support.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
