---
title: "Get Prefect Stats"
method: GET
path: "/api/admin/prefect/stats"
tags: ["admin-prefect"]
---

# Get Prefect Stats

`GET /api/admin/prefect/stats`

Returns flow runs statistics for the dashboard cards.

## Response `200`

Successful Response

- PrefectStatsResponse
  - `connected` boolean, required
  - `prefect_api_url` string, nullable
  - `prefect_ui_url` string, nullable
  - `total_runs_24h` integer
  - `running_count` integer
  - `failed_count` integer
  - `success_rate` number

---

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