---
title: "Get execution metrics"
method: GET
path: "/executions/metrics"
tags: ["Executions"]
---

# Get execution metrics

`GET /executions/metrics`

Return aggregate execution metrics — total count, counts by status, average duration, and the last execution time. Can be scoped by `flowId`, `triggerId`, and a `from`/`to` time range.

## Query parameters

- `flowId` string, uuid
- `triggerId` string, uuid
- `from` string, nullable
- `to` string, nullable

## Response `200`

Execution metrics

- object
  - `data` ExecutionMetrics, required
    - `total` integer, required
    - `byStatus` object, required
      - `pending` integer, required
      - `running` integer, required
      - `success` integer, required
      - `failed` integer, required
      - `cancelled` integer, required
      - `skipped` integer, required
      - `invalid` integer, required
    - `avgDurationMs` number, nullable, required
    - `lastExecutionAt` string, nullable, required

## Changes

- **2026-06-28** `fd8fb6b29e38` — 1 info
  - endpoint added
- **2026-06-27** `99b4ade46263` — 1 breaking
  - api path removed without deprecation
- **2026-06-19** `7f577998739b` — 1 info
  - endpoint added
- **2026-06-19** `ec76cd771e68` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** `c6e2a60c14c3` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/executions/metrics/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
