---
title: "Cost per terminal successful response, per model"
method: GET
path: "/v1/analytics/model-router/cost/per-successful-response"
tags: ["analytics"]
---

# Cost per terminal successful response, per model

`GET /v1/analytics/model-router/cost/per-successful-response`

## Query parameters

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

## Response `200`

Successful Response

- CostPerSuccessfulResponseRow[]
  - `served_model` string, required
  - `provider` string, nullable
  - `total_cost_usd` number, required
  - `successful` integer, required
  - `cost_per_successful_usd` number, 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/revisions/9cd7291d4228/schema)
