---
title: "Distinct conversations per tool"
method: GET
path: "/v1/analytics/tools/usage/unique-conversations"
tags: ["analytics"]
---

# Distinct conversations per tool

`GET /v1/analytics/tools/usage/unique-conversations`

## Query parameters

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

## Response `200`

Successful Response

- UniqueConversationsRow[]
  - `tool_id` string, required
  - `tool_name` string, required
  - `tool_type` string, required
  - `unique_conversations` integer, required
  - `invocations` 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/versions/888bdd5c076e/schema)
