---
title: "Get workflow stats"
method: GET
path: "/runs/stats/{workflowID}"
tags: ["Runs"]
---

# Get workflow stats

`GET /runs/stats/{workflowID}`

Returns total run count + success rate for the given workflow, scoped to the caller's user.

## Path parameters

- `workflowID` string, required — workflow identifier

## Response `200`

OK

- RunRunStatsResponse
  - `success_rate` number, double, required
  - `total_runs` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.net/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/versions/d7ecf9466d6d/schema)
