---
title: "Per-agent retrieval breakdown: volume, hit-rate, and avg latency"
method: GET
path: "/v1/analytics/knowledge/documents/retrieval-by-agent"
tags: ["analytics"]
---

# Per-agent retrieval breakdown: volume, hit-rate, and avg latency

`GET /v1/analytics/knowledge/documents/retrieval-by-agent`

## Query parameters

- `caller` string, nullable
- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Successful Response

- DocumentRetrievalByAgentRow[]
  - `agent_id` string, required
  - `total` integer, required
  - `hits` integer, required
  - `misses` integer, required
  - `hit_rate_pct` number, required
  - `avg_duration_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)
