---
title: "Get Usage Report"
method: GET
path: "/usageReport"
tags: ["Tool", "UsageReport"]
---

# Get Usage Report

`GET /usageReport`

Retrieves detailed usage statistics for specified users or teams within a given time period. This endpoint helps track API consumption, feature usage, and user activity patterns.

## Query parameters

- `user-uuids` string[]
- `team-uuids` string[]
- `startDate` string, date, required
- `endDate` string, date, required

## Response `200`

Usage report successfully generated with detailed statistics

- UsageReportResponse
  - `data` UsageReport[]
    - `user` UsageReportUser, required
      - `uuid` string
      - `firstName` string
      - `lastName` string
      - `email` string
      - `team` UsageReportTeam
        - `uuid` string
        - `name` string
    - `metrics` UsageReportMetrics, required
      - `coachingSessions` integer, required
      - `callsViewed` integer, required
      - `commentsLeft` integer, required
      - `snippetsCreated` integer, required
      - `gInsightsRan` integer, required
      - `conversationInsightsRan` integer, required
      - `superAgentQueries` integer
      - `superAgentWebQueries` integer
      - `superAgentSlackQueries` integer
      - `superAgentSessions` integer
      - `superAgentWebSessions` integer
      - `superAgentSlackSessions` integer

## Other responses

- `401` — Authentication failed - valid API key required
- `default` — Unexpected error occurred while generating the usage report

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/revisions/5de55d3804cf/schema)
