---
title: "Get Dashboard Execution Summary"
method: GET
path: "/v1/dashboards/executions"
tags: ["Dashboard API"]
---

# Get Dashboard Execution Summary

`GET /v1/dashboards/executions`

Use this endpoint to retrieve an aggregated summary of workflow executions. You can optionally filter by time range and status.

## Query parameters

- `startTime` string, date-time
- `endTime` string, date-time
- `status` 'pending' | 'running' | 'completed' | 'failed'

## Response `200`

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

- ExecutionSummaryOutput — Aggregated summary of workflow executions.
  - `total` integer — Total number of executions matching the filters.
  - `completed` integer — Number of completed executions.
  - `failed` integer — Number of failed executions.
  - `pending` integer — Number of pending executions.
  - `running` integer — Number of currently running executions.

## Other responses

- `400` — Indicates that the request was malformed or contained invalid parameters.
- `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)
