---
title: "Smart-routed vs non-smart-routed cost & reliability"
method: GET
path: "/v1/analytics/model-router/smart-routing/impact"
tags: ["analytics"]
---

# Smart-routed vs non-smart-routed cost & reliability

`GET /v1/analytics/model-router/smart-routing/impact`

## Query parameters

- `operation` string, nullable
- `agent_id` string, uuid, nullable
- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Successful Response

- SmartRoutingImpactRow[]
  - `smart_routed` integer, required
  - `invocations` integer, required
  - `total_cost_usd` number, required
  - `avg_cost_per_call` number, required
  - `success_rate` number, required
  - `p95_ms` number, required
  - `total_tokens` integer, 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/revisions/9cd7291d4228/schema)
