---
title: "Top-N slowest tools by p95"
method: GET
path: "/v1/analytics/tools/performance/by-tool"
tags: ["analytics"]
---

# Top-N slowest tools by p95

`GET /v1/analytics/tools/performance/by-tool`

## Query parameters

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

## Response `200`

Successful Response

- LatencyByToolRow[]
  - `tool_id` string, required
  - `tool_name` string, required
  - `tool_type` string, required
  - `provider` string, nullable
  - `invocations` integer, required
  - `p50_ms` number, required
  - `p90_ms` number, required
  - `p95_ms` number, required
  - `p99_ms` number, required
  - `avg_ms` number, required
  - `max_ms` number, required

## 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)
