---
title: "Per-tool success rate ranked worst-first"
method: GET
path: "/v1/analytics/tools/reliability/ranking"
tags: ["analytics"]
---

# Per-tool success rate ranked worst-first

`GET /v1/analytics/tools/reliability/ranking`

## Query parameters

- `tool_type` string, nullable
- `min_invocations` integer
- `limit` integer
- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Successful Response

- ReliabilityRankingRow[]
  - `tool_id` string, required
  - `tool_name` string, required
  - `tool_type` string, required
  - `invocation_count` integer, required
  - `error_count` integer, required
  - `success_rate_pct` number, required
  - `dominant_error_category` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
