---
title: "Returns the top connections by all-time execution count, with their failure rate"
method: GET
path: "/widget/top-workflows"
tags: ["Widget"]
---

# Returns the top connections by all-time execution count, with their failure rate

`GET /widget/top-workflows`

## Query parameters

- `limit` integer

## Response `200`

Top workflows successfully retrieved

- TopWorkflowsDTO
  - `rows` Row[]
    - `connectionId` integer
    - `title` string
    - `executions` integer
    - `failureRate` number, double

## Other responses

- `400` — 'limit' must be a positive number
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Error
- `502` — Bad Gateway

---

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